zhangyuewww 2 năm trước cách đây
mục cha
commit
71f2a09093

+ 1 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/entity/EnabledInfo.java

@@ -43,7 +43,7 @@ public class EnabledInfo extends BaseModel<EnabledInfo> {
      */
     private String compId;
     /**
-     * 功能类型(1仓单2入库单利率3仓储费分摊金额)
+     * 功能类型(1仓单2入库单利率3仓储费分摊金额4极速版手动编辑)
      */
     private String functionType;
     /**

+ 4 - 2
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/WarehouseInOutInfoMapper.xml

@@ -68,7 +68,8 @@
         </if>
         <if test="searchKeyWord != null and searchKeyWord != ''">
             AND (lower(w.contract_no) like lower(CONCAT('%',#{searchKeyWord},'%'))
-            OR lower(w.car_no) like lower(CONCAT('%',#{searchKeyWord},'%')))
+            OR lower(w.car_no) like lower(CONCAT('%',#{searchKeyWord},'%'))
+            OR lower(q.customer_name) like lower(CONCAT('%',#{searchKeyWord},'%')))
         </if>
         <if test="positionId != null and positionId != ''">
             AND w.position_id = #{positionId}
@@ -207,7 +208,8 @@
         </if>
         <if test="searchKeyWord != null and searchKeyWord != ''">
             AND (lower(w.contract_no) like lower(CONCAT('%',#{searchKeyWord},'%'))
-            OR lower(w.car_no) like lower(CONCAT('%',#{searchKeyWord},'%')))
+            OR lower(w.car_no) like lower(CONCAT('%',#{searchKeyWord},'%'))
+            OR lower(q.customer_name) like lower(CONCAT('%',#{searchKeyWord},'%')))
         </if>
         <if test="positionId != null and positionId != ''">
             AND w.position_id = #{positionId}