11/19 药品基础数据明细分类同步

dev_unify
wangwei 5 months ago
parent 8a674aca2e
commit 16342e510d

@ -549,6 +549,8 @@ public class BasicProductsEntity {
@TableField(value = "xjdw")
private String xjdw;
@TableField(value = "detailSort")
private Integer detailSort;

@ -84,7 +84,7 @@
</if>
<if test="batchNo != null and batchNo != ''">
AND a2.batchNo like concat('%', #{batchNo}, '%')
</if>ggxh
</if>
<if test="cpmctymc != null and cpmctymc != ''">
AND bp.cpmctymc like concat('%', #{cpmctymc}, '%')
</if>

Loading…
Cancel
Save