This commit is contained in:
张江玮
2023-04-24 10:08:53 +08:00
parent b4521db5dc
commit 2aebd92ad6
2 changed files with 8 additions and 9 deletions

View File

@@ -105,9 +105,6 @@ public class MaterialbaseServiceImpl implements MaterialbaseService {
dto.setCreate_id(currentUserId);
dto.setCreate_name(nickName);
dto.setUpdate_optid(currentUserId);
dto.setUpdate_optname(nickName);
dto.setUpdate_time(now);
dto.setCreate_time(now);
JSONObject json = JSONObject.parseObject(JSON.toJSONString(dto));
wo.insert(json);