Kaynağa Gözat

修改冲突

zx 3 yıl önce
ebeveyn
işleme
b67ba7adc2

+ 9 - 10
src/main/java/com/steerinfo/dil/controller/RmsCapacityController.java

@@ -133,22 +133,21 @@ public class RmsCapacityController extends BaseRESTfulController {
                 mapValue.put("carrierSSOId", carrierSSOId);
             }
         }
-<<<<<<< HEAD
-        if (con != null && con.equals("")) {
-            con = null;
-        }
-        if (con != null && !con.equals("undefined")){
-            mapValue.put("con","%" + con +"%");
-        }
-        List<Map<String,Object>> listTotal = rmsCapacityService.getCapacityList(mapValue);
-=======
+
+//        if (con != null && con.equals("")) {
+//            con = null;
+//        }
+//        if (con != null && !con.equals("undefined")){
+//            mapValue.put("con","%" + con +"%");
+//        }
+//        List<Map<String,Object>> listTotal = rmsCapacityService.getCapacityList(mapValue);
+//=======
         if(con != null){
             if(!"".equals(con)){
                 mapValue.put("index", con);
             }
         }
         List<Map<String, Object>> listTotal = rmsCapacityService.getCapacityList(mapValue);
->>>>>>> 5b4d76552ee1dd5d49d5285fcaba63ce070322d7
         PageHelper.startPage(pageNum, pageSize);
         //分页查询数据
         List<Map<String, Object>> columnList = rmsCapacityService.getCapacityList(mapValue);

+ 3 - 3
src/main/resources/com/steerinfo/dil/mapper/RmsCapacityMapper.xml

@@ -730,9 +730,9 @@
       </if>
     ORDER BY RC.INSERT_TIME DESC
     )
-    <if test="con != null">
-      where "capacityNumber" like #{con} or "carrierName" like #{con}
-    </if>
+<!--    <if test="con != null">-->
+<!--      where "capacityNumber" like #{con} or "carrierName" like #{con}-->
+<!--    </if>-->
     <where>
       <if test="capacityId!= null">
         and