<iftest="query.id != null"> and `goods_customer_price`.`id` = #{query.id}</if>
<iftest="query.id != null"> and `goods_customer_price`.`id` = #{query.id}</if>
<iftest="query.supplierId != null"> and `goods_customer_price`.`supplier_id` = #{query.supplierId}</if>
<iftest="query.supplierId != null"> and `goods_customer_price`.`supplier_id` = #{query.supplierId}</if>
<iftest="query.supplierCode != null"> and `goods_customer_price`.`supplier_code` = #{query.supplierCode}</if>
<iftest="query.supplierCode != null"> and `goods_customer_price`.`supplier_code` like concat('%',#{query.supplierCode},'%') </if>
<iftest="query.supplierName != null and query.supplierName != ''"> and `goods_customer_price`.`supplier_name` = #{query.supplierName}</if>
<iftest="query.supplierName != null and query.supplierName != ''"> and `goods_customer_price`.`supplier_name` like concat('%',#{query.supplierName},'%') </if>
<iftest="query.skuCode != null and query.skuCode != ''"> and `goods_customer_price`.`sku_code` = #{query.skuCode}</if>
<iftest="query.skuCode != null and query.skuCode != ''"> and `goods_customer_price`.`sku_code` like concat('%',#{query.skuCode},'%') </if>
<iftest="query.skuId != null and query.skuId != ''"> and `goods_customer_price`.`sku_id` = #{query.skuId}</if>
<iftest="query.skuId != null and query.skuId != ''"> and `goods_customer_price`.`sku_id` = #{query.skuId}</if>
<iftest="query.skuName != null and query.skuName != ''"> and `goods_customer_price`.`sku_name` = #{query.skuName}</if>
<iftest="query.skuName != null and query.skuName != ''"> and `goods_customer_price`.`sku_name` like concat('%',#{query.skuName},'%') </if>
<iftest="query.skuUnit != null and query.skuUnit != ''"> and `goods_customer_price`.`sku_unit` = #{query.skuUnit}</if>
<iftest="query.skuUnit != null and query.skuUnit != ''"> and `goods_customer_price`.`sku_unit` = #{query.skuUnit}</if>
<iftest="query.initPrice != null"> and `goods_customer_price`.`init_price` = #{query.initPrice}</if>
<iftest="query.initPrice != null"> and `goods_customer_price`.`init_price` = #{query.initPrice}</if>
<iftest="query.realPrice != null"> and `goods_customer_price`.`real_price` = #{query.realPrice}</if>
<iftest="query.realPrice != null"> and `goods_customer_price`.`real_price` = #{query.realPrice}</if>
<iftest="query.maker != null and query.maker != ''"> and `goods_customer_price`.`maker` = #{query.maker}</if>
<iftest="query.maker != null and query.maker != ''"> and `goods_customer_price`.`maker` like concat('%',#{query.maker},'%') </if>
<iftest="query.makerCode != null and query.makerCode != ''"> and `goods_customer_price`.`maker_code` = #{query.makerCode}</if>
<iftest="query.makerCode != null and query.makerCode != ''"> and `goods_customer_price`.`maker_code` like concat('%',#{query.makerCode},'%') </if>
<iftest="query.markTime != null"> and `goods_customer_price`.`mark_time` = #{query.markTime}</if>
<iftest="query.markTime != null"> and `goods_customer_price`.`mark_time` = #{query.markTime}</if>
<iftest="query.createTime != null"> and `goods_customer_price`.`create_time` = #{query.createTime}</if>
<iftest="query.createTime != null"> and `goods_customer_price`.`create_time` = #{query.createTime}</if>
<iftest="query.createBy != null and query.createBy != ''"> and `goods_customer_price`.`create_by` = #{query.createBy}</if>
<iftest="query.createBy != null and query.createBy != ''"> and `goods_customer_price`.`create_by` = #{query.createBy}</if>