feat: 设计组组长默认值赋值

This commit is contained in:
ryan.xu
2025-04-24 17:07:43 +08:00
parent ebaabf8231
commit 02743a136c
3 changed files with 11 additions and 4 deletions

View File

@@ -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">