解决序列号商品选择的bug

This commit is contained in:
季圣华
2020-07-30 23:46:00 +08:00
parent ac566306af
commit ed32ab5467
5 changed files with 12 additions and 9 deletions

View File

@@ -105,6 +105,9 @@
FROM jsh_material_category
where 1=1
and serial_no=#{serialNo}
<if test="id != null">
and id!=#{id}
</if>
and ifnull(status,'0') !='2'
</select>
<select id="getMaterialCategoryListByCategoryIds" resultMap="com.jsh.erp.datasource.mappers.MaterialCategoryMapper.BaseResultMap">