Commit 5dd92bbc by mobh Committed by chenzg

修改代码

parent ef89d788
...@@ -585,7 +585,7 @@ public class QyzxController { ...@@ -585,7 +585,7 @@ public class QyzxController {
QyzxAdminColour cdys = QyzxAdminColour.builder().build().selectOne(new QueryWrapper<QyzxAdminColour>().lambda().eq(QyzxAdminColour::getOrgCode, userBean.getOrgCode())); QyzxAdminColour cdys = QyzxAdminColour.builder().build().selectOne(new QueryWrapper<QyzxAdminColour>().lambda().eq(QyzxAdminColour::getOrgCode, userBean.getOrgCode()));
return ResultUtil.data(cdys, "修改成功"); return ResultUtil.data(cdys, "查询成功");
} }
...@@ -597,7 +597,7 @@ public class QyzxController { ...@@ -597,7 +597,7 @@ public class QyzxController {
cdys.setAddtime(new Date().getTime()); cdys.setAddtime(new Date().getTime());
cdys.insertOrUpdate(); cdys.insertOrUpdate();
return ResultUtil.data(cdys, "修改成功"); return ResultUtil.data(cdys, "保存成功");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment