@ -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 test="cpmctymc != null and cpmctymc != ''">
AND bp.cpmctymc like concat('%', #{cpmctymc}, '%')