|
|
@@ -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","没有需要对接的明细.");
|