修复mapper.xml中expr_type字段带的空格
ServiceConfigInfo添加列表查询 IP,字符串,增强字符串配置修复创建时间创建人在更新的时候覆盖的bug
This commit is contained in:
@@ -262,8 +262,8 @@ public class IpCfgController extends BaseController{
|
||||
if(!StringUtils.isBlank(tableName)){
|
||||
long compileId=getCompileId();
|
||||
ipCfg.setTableName(tableName);
|
||||
ipCfg.setCreatorId(ipCfg.getCurrentUser().getId());
|
||||
ipCfg.setCreateTime(new Date());
|
||||
// ipCfg.setCreatorId(ipCfg.getCurrentUser().getId());
|
||||
// ipCfg.setCreateTime(new Date());
|
||||
ipCfg.setIsValid(Constants.VALID_NO);
|
||||
ipCfg.setIsAudit(Constants.AUDIT_NOT_YET);
|
||||
ipCfg.setCompileId(compileId);
|
||||
|
||||
Reference in New Issue
Block a user