给商品和单据增加序列号和批次字段
This commit is contained in:
@@ -327,6 +327,14 @@
|
||||
and id = #{id}
|
||||
</update>
|
||||
|
||||
<update id="setExpiryNumToNull">
|
||||
update jsh_material
|
||||
set expiry_num = null
|
||||
where 1=1
|
||||
and ifnull(delete_flag,'0') !='1'
|
||||
and id = #{id}
|
||||
</update>
|
||||
|
||||
<select id="getListWithStock" resultMap="ResultMapListWithStock">
|
||||
select m.*, me.commodity_unit unitName, mc.name categoryName, me.bar_code,
|
||||
ifnull(me.purchase_decimal,0) purchase_decimal,
|
||||
|
||||
Reference in New Issue
Block a user