Commit cb075799 by mobh

修改代码

parent 9a655227
......@@ -585,7 +585,7 @@ public class QyzxController {
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 {
cdys.setAddtime(new Date().getTime());
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