|
|
@@ -111,7 +111,7 @@ public class ERPServiceImpl implements ERPService {
|
|
|
" where cd_caid = "+id+" and CD_PANID is null and CD_CPN = '"+matnr+"' " +
|
|
|
" and nvl(cd_wflag,' ') = '"+StringUtil.nvl(zwidth," ")+"'" +
|
|
|
" and nvl(cd_remark,' ') = '"+StringUtil.nvl(zremark," ")+"'" +
|
|
|
- " order by cd_detno");
|
|
|
+ " order by cd_dc,cd_detno");
|
|
|
List<Map<String,Object>> updateStickerList = new ArrayList<>();
|
|
|
if(panIdList.size() == updateList.getResultList().size()){
|
|
|
for (int i = 0; i < updateList.getResultList().size(); i++) {
|