|
@@ -893,10 +893,13 @@ func (f *Front) CheckSave() {
|
|
|
if len(checkSet) > 0 || baseInfo["purchasinglist_alltag"] != nil { //purchasinglist_alltag特殊处理
|
|
|
//1、更新数据源信息
|
|
|
setResult := map[string]interface{}{ //更新字段集
|
|
|
- "i_updatetime": time.Now().Unix(),
|
|
|
- "b_check": true,
|
|
|
- "s_checkid": userId,
|
|
|
- "b_istag": true,
|
|
|
+ "i_updatetime": time.Now().Unix(),
|
|
|
+ "b_check": true,
|
|
|
+ "s_checkid": userId,
|
|
|
+ "b_istag": true,
|
|
|
+ "b_isgivegroup": true,
|
|
|
+ "b_isgiveuser": true,
|
|
|
+ "s_userid": userId,
|
|
|
}
|
|
|
//for field, val := range tagSet { //更新质检字段
|
|
|
// setResult["v_taginfo."+field] = val
|