Commit 5cf557dc by 袁伟铭

对接调试共享平台接口

parent 0638dbda
......@@ -138,4 +138,10 @@ public class StandardDataMapping {
@TableField(updateStrategy = FieldStrategy.NOT_NULL)
private String cascadeguid;
/**
* 是否在库表资源注册: 0-未注册 1-已注册
*/
@ApiModelProperty("是否在库表资源注册: 0-未注册 1-已注册")
private Integer regTableState;
}
\ No newline at end of file
......@@ -143,6 +143,10 @@ public class DbInfoService {
dbInfo.setUpdateTime(DateUtil.date());
dbInfoDao.updateById(dbInfo);
standardDataMapping.setRegTableState(1);
standardDataMapping.setUpdateTime(DateUtil.date());
standardDataMappingDao.updateById(standardDataMapping);
}
}
}
......
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