装修接口
This commit is contained in:
@@ -31,6 +31,8 @@
|
||||
<result column="acceptance_attachment" jdbcType="VARCHAR" property="acceptanceAttachment"/>
|
||||
<result column="is_network_cable" jdbcType="BIT" property="isNetworkCable"/>
|
||||
<result column="back_kitchen_photo" jdbcType="VARCHAR" property="backKitchenPhoto"/>
|
||||
<result column="add_reduce_amount" jdbcType="DECIMAL" property="addReduceAmount"/>
|
||||
<result column="delivery_order_id" jdbcType="VARCHAR" property="deliveryOrderId"/>
|
||||
</resultMap>
|
||||
<sql id="baseColumn">
|
||||
id
|
||||
|
||||
@@ -34,6 +34,8 @@
|
||||
<result column="floor_plan_url" jdbcType="VARCHAR" property="floorPlanUrl" />
|
||||
<result column="quotation_sheet_id" jdbcType="VARCHAR" property="quotationSheetId" />
|
||||
<result column="quoter" jdbcType="VARCHAR" property="quoter" />
|
||||
<result column="construction_order_id" jdbcType="VARCHAR" property="constructionOrderId" />
|
||||
<result column="actual_entry_time" jdbcType="TIMESTAMP" property="actualEntryTime" />
|
||||
</resultMap>
|
||||
<update id="updateDesignLeaderIdAndDesignUserIdInteger">
|
||||
update xfsg_decoration_design_info
|
||||
|
||||
Reference in New Issue
Block a user