feature:物料查询

release
gaorl 2 years ago
parent 97df2304ef
commit c3bb26c403
  1. 5
      order-management-base-service/src/main/resources/mybatis/mapper/CommodityMapper.xml

@ -996,6 +996,9 @@
<if test="pageSpxxReq.ggxh!=null and pageSpxxReq.ggxh!=''">
AND cc.specification_model LIKE CONCAT(CONCAT('%',#{pageSpxxReq.ggxh}),'%')
</if>
<if test="pageSpxxReq.deptId!=null and pageSpxxReq.deptId!=''">
AND cc.ent_id = #{pageSpxxReq.deptId}
</if>
<!-- 成品油类型 1 成品油 -->
<if test='pageSpxxReq.cpylx=="1"'>
AND cc.cpy = 'Y'
@ -1172,7 +1175,7 @@
<include refid="Base_Column_List"/>
FROM
commodity_code cc
WHERE cc.encoding = =#{spbm}
WHERE cc.encoding =#{spbm}
</select>

Loading…
Cancel
Save