| | |
| | | import com.alibaba.fastjson.JSONArray; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.baomidou.mybatisplus.mapper.EntityWrapper; |
| | | import com.core.common.Cools; |
| | | import com.zy.asrs.entity.LocMast; |
| | | import com.zy.asrs.entity.param.ShuttleTask; |
| | | import com.zy.asrs.service.LocMastService; |
| | |
| | | if (locMast1 == null) { |
| | | log.info("库位不匹配"); |
| | | } else { |
| | | if (locMast1.getLocSts().equalsIgnoreCase("X") && (locMast.getLocSts().equalsIgnoreCase("W") || locMast.getLocSts().equalsIgnoreCase("E"))) { |
| | | if (locMast1.getLocSts().equalsIgnoreCase("X")) { |
| | | |
| | | } else if (!locMast1.getLocSts().equalsIgnoreCase(locMast.getLocSts())) { |
| | | log.info("库位状态不匹配{},WMS:{},RCS:{}", locMast1.getLocNo(), locMast1.getLocSts(), locMast.getLocSts()); |