|
|
|
@ -506,7 +506,11 @@ public class AbnormalBillServiceImpl extends ServiceImpl<AbnormalBillMapper, Abn
|
|
|
|
|
String local = LocaleContextHolder.getLocale().getLanguage();
|
|
|
|
|
abnormalBillDispose.setHandle(HandleEnum.ABNORMAL_BILL_DISPOSE.getHandle(site,abnormalBill.getAbnormalNo()));
|
|
|
|
|
|
|
|
|
|
abnormalBill.setStatus(Constants.SHUT_DOWN);
|
|
|
|
|
if(!StringUtil.isBlank(abnormalBill.getStatus())){
|
|
|
|
|
abnormalBill.setStatus(abnormalBill.getStatus());
|
|
|
|
|
}else{
|
|
|
|
|
abnormalBill.setStatus(Constants.SHUT_DOWN);
|
|
|
|
|
}
|
|
|
|
|
abnormalBillDispose.setClosedUser(user);
|
|
|
|
|
abnormalBillDispose.setClosedDateTime(now);
|
|
|
|
|
// this.anomalyCreatedAndSendMessage(abnormalBill,abnormalBillDispose);
|
|
|
|
|