Explorar el Código

[C端][修复]:会员信息不能存储的问题

release_toaliyun_real
hupeng hace 7 años
padre
commit
e2d99dd9b3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      mallinkCApi/src/main/java/com/iformall/controller/WxUserGrantController.java

+ 2
- 2
mallinkCApi/src/main/java/com/iformall/controller/WxUserGrantController.java Ver fichero

@@ -501,8 +501,8 @@ public class WxUserGrantController extends BaseController {
record.setAddress(wxCUserBasicInfo.getAddress());
record.setId(getUser().getId());
record.setUpdateDate(new Date());
wxCUserBasicInfoService.update(wxCUserBasicInfo);
wxCUserTagsService.triggerAssignTags(EnumAssignTagsTrigger.ASSIGN_TAGS_TRIGGER_IMPORT, wxCUserBasicInfo);
wxCUserBasicInfoService.update(record);
wxCUserTagsService.triggerAssignTags(EnumAssignTagsTrigger.ASSIGN_TAGS_TRIGGER_IMPORT, record);
}
return new ResultData();
}


Cargando…
Cancelar
Guardar