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