md
This commit is contained in:
parent
d3e74f41b7
commit
1d7c04fcb3
@ -26,14 +26,16 @@
|
||||
<result property="declareResStatus" column="declare_res_status" />
|
||||
|
||||
<result property="destCountry" column="dest_country" />
|
||||
<result property="transWeight" column="trans_weight" />
|
||||
<result property="packNum" column="pack_num" />
|
||||
|
||||
<result property="totalParcelQty" column="total_parcel_qty" />
|
||||
<result property="totalWaybillQty" column="total_waybill_qty" />
|
||||
<result property="totalVolume" column="total_volume" />
|
||||
<result property="totalWeight" column="total_weight" />
|
||||
<result property="opMan" column="op_man" />
|
||||
|
||||
<result property="transWeight" column="trans_weight" />
|
||||
<result property="packNum" column="pack_num" />
|
||||
|
||||
<association property="productTypeName" column="product_type" select="com.xdadan.erp.emis.mapper.EmisBaseMapper.selectProdNameByCode"/>
|
||||
<association property="transLineTypeName" column="trans_line_type" select="com.xdadan.erp.emis.mapper.EmisBaseMapper.selectLineNameByCode"/>
|
||||
|
||||
@ -292,11 +294,11 @@
|
||||
</update>
|
||||
|
||||
<delete id="deleteEmisTmsSiteBatchById" parameterType="Long">
|
||||
update emis_tms_site_batch set del_flag='0' where id = #{id}
|
||||
update emis_tms_site_batch set del_flag='1' where id = #{id}
|
||||
</delete>
|
||||
|
||||
<delete id="deleteEmisTmsSiteBatchByIds" parameterType="String">
|
||||
update emis_tms_site_batch set del_flag='0' where id in
|
||||
update emis_tms_site_batch set del_flag='1' where id in
|
||||
<foreach item="id" collection="array" open="(" separator="," close=")">
|
||||
#{id}
|
||||
</foreach>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user