xiaochen před 2 roky
rodič
revize
9615d0cbb2

+ 1 - 1
src/main/java/com/tld/service/impl/QueryListServiceImpl.java

@@ -591,7 +591,7 @@ public class QueryListServiceImpl implements QueryListService {
                         List<JSONObject> data1 = (List<JSONObject>) JSONObject.parse(jsonObject1.get("data").toString());
                         for (JSONObject map : data1) {
                             if (map.get("State").toString().equals("0")) {
-                                if(errorVal.getType().equals("出库回传")){
+                                if(errorVal.getType().equals("出库回传") || errorVal.getType().equals("其它出库")){
                                     JSONObject json = (JSONObject) JSONObject.parse(errorVal.getDataVal());
                                     JSONObject jsonObject3 = JSONObject.parseObject(json.get("strJson").toString());
                                     List<JSONObject> data2 = (List<JSONObject>) jsonObject3.get("ReqOutStocks");

+ 2 - 1
src/main/resources/mapper/AskGoodsMapper.xml

@@ -1702,7 +1702,8 @@
             transmission_type
         from tld_error
         where transmission_type = '1'
-        and type = '出库回传'
+        and type = '其它出库'
+        and id = '7986'
     </select>
     <!--查询入库返回GS表信息-->
     <select id="getCallPlugOutWarehousing" resultType="java.util.Map">