|
|
@ -548,6 +548,12 @@ public class DomesticExportCustomsCkServiceImpl extends ServiceImpl<DomesticExpo |
|
|
|
String cxrzStatus = (String)map.get("cxrzStatus"); |
|
|
|
String cxrzStatus = (String)map.get("cxrzStatus"); |
|
|
|
String bdkStatus = (String)map.get("bdkStatus"); |
|
|
|
String bdkStatus = (String)map.get("bdkStatus"); |
|
|
|
String rzhYesorno = (String)map.get("rzhYesorno"); |
|
|
|
String rzhYesorno = (String)map.get("rzhYesorno"); |
|
|
|
|
|
|
|
String confirmUser = (String)map.get("confirmUser"); |
|
|
|
|
|
|
|
String authStatus = (String)map.get("authStatus"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if(StringUtils.isEmpty(confirmUser) && "4".equals(authStatus)){ |
|
|
|
|
|
|
|
map.put("confirmUser","admin"); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
map.put("xh", |
|
|
|
map.put("xh", |
|
|
|
String.valueOf((((page.getCurrent() == 0 ? 1 : page.getCurrent()) - 1) * page.getSize()) + i + 1)); |
|
|
|
String.valueOf((((page.getCurrent() == 0 ? 1 : page.getCurrent()) - 1) * page.getSize()) + i + 1)); |
|
|
@ -569,7 +575,7 @@ public class DomesticExportCustomsCkServiceImpl extends ServiceImpl<DomesticExpo |
|
|
|
String glzt = (String)map.get("glzt"); |
|
|
|
String glzt = (String)map.get("glzt"); |
|
|
|
map.put("glzt", dictdetaServcice.queryDictName(DictConstant.GLZT, glzt)); |
|
|
|
map.put("glzt", dictdetaServcice.queryDictName(DictConstant.GLZT, glzt)); |
|
|
|
map.put("rzhYesorno", dictdetaServcice.queryDictName(DictConstant.DEDU_STATUS, rzhYesorno)); |
|
|
|
map.put("rzhYesorno", dictdetaServcice.queryDictName(DictConstant.DEDU_STATUS, rzhYesorno)); |
|
|
|
String authStatus = (String)map.get("authStatus"); |
|
|
|
|
|
|
|
map.put("authStatus", dictdetaServcice.queryDictName(DictConstant.AUTH_STATUS_ALL, authStatus)); |
|
|
|
map.put("authStatus", dictdetaServcice.queryDictName(DictConstant.AUTH_STATUS_ALL, authStatus)); |
|
|
|
map.put("cxrzStatus", dictdetaServcice.queryDictName(DictConstant.CXRZ_STATUS, cxrzStatus));; |
|
|
|
map.put("cxrzStatus", dictdetaServcice.queryDictName(DictConstant.CXRZ_STATUS, cxrzStatus));; |
|
|
|
map.put("bdkStatus", dictdetaServcice.queryDictName(DictConstant.BDK_STATUS, bdkStatus)); |
|
|
|
map.put("bdkStatus", dictdetaServcice.queryDictName(DictConstant.BDK_STATUS, bdkStatus)); |
|
|
|