编辑菜谱丢失菜品销量问题修复
This commit is contained in:
parent
da5b94380f
commit
0abf79e44b
|
|
@ -67,7 +67,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="salePrice != null">sale_price,</if>
|
||||
<if test="sizeType != null">size_type,</if>
|
||||
<if test="supplyNum != null">supply_num,</if>
|
||||
<!--<if test="saleNum != null">sale_num,</if>-->
|
||||
<if test="saleNum != null">sale_num,</if>
|
||||
<if test="remanentNum != null">remanent_num,</if>
|
||||
<if test="limitNum != null">limit_num,</if>
|
||||
<if test="chefId != null">chef_id,</if>
|
||||
|
|
@ -84,7 +84,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="salePrice != null">#{salePrice},</if>
|
||||
<if test="sizeType != null">#{sizeType},</if>
|
||||
<if test="supplyNum != null">#{supplyNum},</if>
|
||||
<!--<if test="saleNum != null">#{saleNum},</if>-->
|
||||
<if test="saleNum != null">#{saleNum},</if>
|
||||
<if test="remanentNum != null">#{remanentNum},</if>
|
||||
<if test="limitNum != null">#{limitNum},</if>
|
||||
<if test="chefId != null">#{chefId},</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue