Commit 1c79796d authored by huyuchen's avatar huyuchen

huyc 项目档案代码提交

parent 753db303
......@@ -112,18 +112,6 @@ public class TCustomerInfo extends BaseEntity {
@Schema(description = "合同状态 0正常1已停止")
private String stopFlag;
/**
* 创建时间
*/
@Schema(description = "创建时间")
private LocalDateTime createTime;
/**
* 创建人
*/
@Schema(description = "创建人")
private String createUser;
/**
* 最后更新人
*/
......
......@@ -70,30 +70,6 @@ public class TSettleDomain extends BaseEntity {
@Schema(description = "新业务备注")
private String newRemark;
/**
* 创建人
*/
@Schema(description = "创建人")
private String createUser;
/**
* 创建时间
*/
@Schema(description = "创建时间")
private LocalDateTime createTime;
/**
* 最后更新人
*/
@Schema(description = "最后更新人")
private String lastUpdateUser;
/**
* 最后更新时间
*/
@Schema(description = "最后更新时间")
private LocalDateTime lastUpdateTime;
/**
* 是否删除(0否/1是)
*/
......
......@@ -100,6 +100,7 @@ public class TEmpChangeInfoServiceImpl extends ServiceImpl<TEmpChangeInfoMapper,
}
// 数据合法情况
if (CollUtil.isEmpty(errorMsg)) {
} else {
// 数据不合法
errorMessageList.add(new ErrorMessage((long) (i + 2), errorMsg));
......
......@@ -36,8 +36,6 @@
<result property="industrySub" column="INDUSTRY_SUB"/>
<result property="prAuditFlag" column="PR_AUDIT_FLAG"/>
<result property="stopFlag" column="STOP_FLAG"/>
<result property="createTime" column="CREATE_TIME"/>
<result property="createUser" column="CREATE_USER"/>
<result property="lastUpdateUser" column="LAST_UPDATE_USER"/>
<result property="lastUpdateTime" column="LAST_UPDATE_TIME"/>
<result property="deleteFlag" column="DELETE_FLAG"/>
......
......@@ -29,10 +29,6 @@
<result property="departName" column="DEPART_NAME"/>
<result property="isNew" column="IS_NEW"/>
<result property="newRemark" column="NEW_REMARK"/>
<result property="createUser" column="CREATE_USER"/>
<result property="createTime" column="CREATE_TIME"/>
<result property="lastUpdateUser" column="LAST_UPDATE_USER"/>
<result property="lastUpdateTime" column="LAST_UPDATE_TIME"/>
<result property="deleteFlag" column="DELETE_FLAG"/>
<result property="dpAuditFlag" column="DP_AUDIT_FLAG"/>
<result property="oldId" column="OLD_ID"/>
......
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