修改
This commit is contained in:
@@ -51,9 +51,9 @@ public class ClassstandardDto implements Serializable {
|
||||
|
||||
private String create_time;
|
||||
|
||||
private String update_optid;
|
||||
private String update_id;
|
||||
|
||||
private String update_optname;
|
||||
private String update_name;
|
||||
|
||||
private String update_time;
|
||||
}
|
||||
|
||||
@@ -110,8 +110,8 @@ public class ClassstandardServiceImpl implements ClassstandardService {
|
||||
dto.setClass_id(IdUtil.getSnowflake(1, 1).nextId());
|
||||
dto.setCreate_id(currentUserId);
|
||||
dto.setCreate_name(nickName);
|
||||
dto.setUpdate_optid(currentUserId);
|
||||
dto.setUpdate_optname(nickName);
|
||||
dto.setUpdate_id(currentUserId);
|
||||
dto.setUpdate_name(nickName);
|
||||
dto.setUpdate_time(now);
|
||||
dto.setCreate_time(now);
|
||||
dto.setIs_leaf("1");
|
||||
@@ -156,8 +156,8 @@ public class ClassstandardServiceImpl implements ClassstandardService {
|
||||
|
||||
String now = DateUtil.now();
|
||||
dto.setUpdate_time(now);
|
||||
dto.setUpdate_optid(currentUserId);
|
||||
dto.setUpdate_optname(nickName);
|
||||
dto.setUpdate_id(currentUserId);
|
||||
dto.setUpdate_name(nickName);
|
||||
|
||||
WQLObject wo = WQLObject.getWQLObject("MD_PB_ClassStandard");
|
||||
JSONObject json = JSONObject.parseObject(JSON.toJSONString(dto));
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user