Przeglądaj źródła

【英唐-CATL条码对接】【按箱号顺序创建】

wuyx 6 miesięcy temu
rodzic
commit
5c23af409f

+ 1 - 1
src/main/java/com/uas/eis/service/Impl/ERPServiceImpl.java

@@ -392,7 +392,7 @@ public class ERPServiceImpl implements ERPService {
                 "where cd_caid = ? and nvl(pr_capacity,0)>0 " +
                 " and CD_PANID is null "+
                 " group by CD_CPN,pr_capacity,pr_zxbzs,cd_wflag,cd_remark,cd_newboxcode,ca_code||'_'||cd_newboxcode order by min(cd_detno)" +
-                " ) order by ztcnno,to_number(cd_newboxcode)",id);
+                " ) order by to_number(cd_newboxcode)",id);
         if(!docList.hasNext()){
             retMap.put("success",false);
             retMap.put("message","没有需要对接的明细.");