|
@@ -415,6 +415,9 @@ public class LetterLogic {
|
|
public void examine(LeLetterItem leLetterItem) {
|
|
public void examine(LeLetterItem leLetterItem) {
|
|
AdminUserCom adminUser = commonLogic.getAdminUser();
|
|
AdminUserCom adminUser = commonLogic.getAdminUser();
|
|
|
|
|
|
|
|
+ if (StringUtil.isEmpty(leLetterItem.getWebsitAppeal()))
|
|
|
|
+ throw new RemoteServiceException("网点状态未传");
|
|
|
|
+
|
|
LeLetter leLetter = leLetterService.getById(leLetterItem.getLeLetterId());
|
|
LeLetter leLetter = leLetterService.getById(leLetterItem.getLeLetterId());
|
|
if (!leLetter.getStatus().equals(LetterStatusEnum.WAIT_EXAMINE.getKey()))
|
|
if (!leLetter.getStatus().equals(LetterStatusEnum.WAIT_EXAMINE.getKey()))
|
|
throw new RemoteServiceException("不为待审批状态");
|
|
throw new RemoteServiceException("不为待审批状态");
|