fix(enduser):修正峰谷终端用户数据保存时因为文字错误不能保存的问题。
This commit is contained in:
parent
e3f6af886b
commit
85b9890168
|
@ -108,11 +108,11 @@ func (_EndUserService) UpdateEndUserRegisterRecord(tx *xorm.Session, record mode
|
||||||
"last_period_critical",
|
"last_period_critical",
|
||||||
"last_period_peak",
|
"last_period_peak",
|
||||||
"last_period_flat",
|
"last_period_flat",
|
||||||
"last_perios_valley",
|
"last_period_valley",
|
||||||
"current_period_critical",
|
"current_period_critical",
|
||||||
"current_period_peak",
|
"current_period_peak",
|
||||||
"current_period_flat",
|
"current_period_flat",
|
||||||
"current_perios_valley",
|
"current_period_valley",
|
||||||
"adjust_critical",
|
"adjust_critical",
|
||||||
"adjust_peak",
|
"adjust_peak",
|
||||||
"adjust_flat",
|
"adjust_flat",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user