src/main/java/com/zy/asrs/controller/MobileController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/java/com/zy/asrs/entity/OrderDetl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/resources/mapper/WrkDetlLogMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/resources/mapper/WrkDetlMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -248,9 +248,9 @@ if (Cools.isEmpty(batch)){ return R.error().add("参数为空"); } String[] batch1 = batch.split("箱号:"); String[] batch2 = batch1[1].split("规格:"); batch = batch2[0]; // String[] batch1 = batch.split("箱号:"); // String[] batch2 = batch1[1].split("规格:"); // batch = batch2[0]; String orderNo = ""; // WrkDetl wrkDetl = wrkDetlService.selectOne(new EntityWrapper<WrkDetl>().eq("batch", batch).and().ne("order_no","").and().isNotNull("order_no").orderBy("io_time",false)); WrkDetl wrkDetl = wrkDetlService.selectWrkDetlByOrderNoNotNull(batch); @@ -279,7 +279,7 @@ orderDetlService.updateById(orderDetl); return R.ok(); } catch (Exception e){ return R.error().add(e); return R.error().add(e.getMessage()); } } src/main/java/com/zy/asrs/entity/OrderDetl.java
@@ -473,7 +473,7 @@ } public String getQty$(){ if (getAnfme().equals(getQty())){ if (this.anfme.equals(this.qty)){ return "已完成"; } return "未完成"; src/main/resources/mapper/WrkDetlLogMapper.xml
@@ -111,7 +111,7 @@ where batch = #{batch} and order_no is not null and order_no != '' order by io_time order by io_time desc </select> </mapper> src/main/resources/mapper/WrkDetlMapper.xml
@@ -142,7 +142,7 @@ where batch = #{batch} and order_no is not null and order_no != '' order by io_time order by io_time desc </select> </mapper>