Commit 2d944e26 by 王志超

feat: 变更工单列表枚举更新

parent e112e0d9
Pipeline #86134 passed with stages
in 1 minute 16 seconds
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<result column="change_profit_amount" jdbcType="VARCHAR" property="changeProfitAmount" /> <result column="change_profit_amount" jdbcType="VARCHAR" property="changeProfitAmount" />
<result column="remark" jdbcType="VARCHAR" property="remark" /> <result column="remark" jdbcType="VARCHAR" property="remark" />
<result column="creator" jdbcType="VARCHAR" property="creator" /> <result column="creator" jdbcType="VARCHAR" property="creator" />
<!-- <result column="approver" jdbcType="VARCHAR" property="approver" />--> <result column="approver" jdbcType="VARCHAR" property="approver" />
<result column="create_time" jdbcType="BIGINT" property="createTime" /> <result column="create_time" jdbcType="BIGINT" property="createTime" />
<result column="update_time" jdbcType="BIGINT" property="updateTime" /> <result column="update_time" jdbcType="BIGINT" property="updateTime" />
</resultMap> </resultMap>
......
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