yjwang 1 месяц назад
Родитель
Сommit
7c5d76252d

+ 9 - 0
fs-service/src/main/java/com/fs/hisStore/mapper/FsStoreOrderItemScrmMapper.java

@@ -177,6 +177,15 @@ public interface FsStoreOrderItemScrmMapper
             "<if test = 'maps.scheduleId != null    '> " +
             "and o.schedule_id =#{maps.scheduleId} " +
             "</if>" +
+            "            <if test=\"maps.deliveryPayStatus != null  \">\n" +
+            "                and o.delivery_pay_status =#{maps.deliveryPayStatus}\n" +
+            "            </if>"+
+            "            <if test=\"maps.deliveryStatus != null     \">\n" +
+            "                and o.delivery_status =#{maps.deliveryStatus}\n" +
+            "            </if>"+
+            "           <if test=\"maps.productName != null and  maps.productName !=  '' \">\n" +
+            "                and psps.product_name like concat('%', #{maps.productName}, '%')\n" +
+            "            </if>"+
             "<if test = 'maps.isAudit != null'> " +
             "and o.is_audit = #{maps.isAudit} " +
             "</if>" +