|
|
|
@ -558,6 +558,10 @@ public class DomesticExportCustomsCkServiceImpl extends ServiceImpl<DomesticExpo |
|
|
|
|
String cxrzStatus = (String)map.get("cxrzStatus"); |
|
|
|
|
String bdkStatus = (String)map.get("bdkStatus"); |
|
|
|
|
String rzhYesorno = (String)map.get("rzhYesorno"); |
|
|
|
|
String confirmUser = (String)map.get("confirmUser"); |
|
|
|
|
if(StringUtils.isEmpty(confirmUser)){ |
|
|
|
|
map.put("confirmUser","admin"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
map.put("xh", |
|
|
|
|
String.valueOf((((page.getCurrent() == 0 ? 1 : page.getCurrent()) - 1) * page.getSize()) + i + 1)); |
|
|
|
|