feat: 设计组组长默认值赋值
This commit is contained in:
@@ -20,6 +20,12 @@
|
||||
<result column="construction_remark" jdbcType="VARCHAR" property="constructionRemark" />
|
||||
<result column="construction_create_time" jdbcType="TIMESTAMP" property="constructionCreateTime" />
|
||||
<result column="construction_create_user" jdbcType="VARCHAR" property="constructionCreateUser" />
|
||||
<result column="design_leader_id" jdbcType="VARCHAR" property="designLeaderId" />
|
||||
<result column="design_user_id" jdbcType="VARCHAR" property="designUserId" />
|
||||
<result column="quotation_user_id" jdbcType="VARCHAR" property="quotationUserId" />
|
||||
<result column="quotation_remark" jdbcType="VARCHAR" property="quotationRemark" />
|
||||
<result column="design_submit_time" jdbcType="TIMESTAMP" property="designSubmitTime" />
|
||||
<result column="quotation_submit_time" jdbcType="TIMESTAMP" property="quotationSubmitTime" />
|
||||
</resultMap>
|
||||
|
||||
<select id="selectByShopId" resultMap="BaseResultMap">
|
||||
|
||||
Reference in New Issue
Block a user