fix(enduser):修正峰谷终端用户数据保存时因为文字错误不能保存的问题。

This commit is contained in:
徐涛 2022-09-09 15:40:35 +08:00
parent e3f6af886b
commit 85b9890168

View File

@ -108,11 +108,11 @@ func (_EndUserService) UpdateEndUserRegisterRecord(tx *xorm.Session, record mode
"last_period_critical",
"last_period_peak",
"last_period_flat",
"last_perios_valley",
"last_period_valley",
"current_period_critical",
"current_period_peak",
"current_period_flat",
"current_perios_valley",
"current_period_valley",
"adjust_critical",
"adjust_peak",
"adjust_flat",