|
|
|
@ -559,7 +559,9 @@ public class DomesticExportCustomsCkServiceImpl extends ServiceImpl<DomesticExpo |
|
|
|
|
String bdkStatus = (String)map.get("bdkStatus"); |
|
|
|
|
String rzhYesorno = (String)map.get("rzhYesorno"); |
|
|
|
|
String confirmUser = (String)map.get("confirmUser"); |
|
|
|
|
if(StringUtils.isEmpty(confirmUser)){ |
|
|
|
|
String authStatus = (String)map.get("authStatus"); |
|
|
|
|
|
|
|
|
|
if(StringUtils.isEmpty(confirmUser) && "4".equals(authStatus)){ |
|
|
|
|
map.put("confirmUser","admin"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -583,7 +585,7 @@ public class DomesticExportCustomsCkServiceImpl extends ServiceImpl<DomesticExpo |
|
|
|
|
String glzt = (String)map.get("glzt"); |
|
|
|
|
map.put("glzt", dictdetaServcice.queryDictName(DictConstant.GLZT, glzt)); |
|
|
|
|
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("cxrzStatus", dictdetaServcice.queryDictName(DictConstant.CXRZ_STATUS, cxrzStatus));; |
|
|
|
|
map.put("bdkStatus", dictdetaServcice.queryDictName(DictConstant.BDK_STATUS, bdkStatus)); |
|
|
|
|