bpm判责接口修改

master
yinq 2 years ago
parent 232fa191bc
commit 9eba549ac9

@ -511,9 +511,8 @@ public class AbnormalBillController {
return new ResultVo(ResultCode.FAILED,"秘钥错误");
}
try{
abnormalBill.setHandle(HandleEnum.ABNORMAL_BILL.getHandle(site,abnormalBill.getAbnormalNo()));
abnormalBillDispose.setDutyCauseType(String.join(",",ncCodesVO.getDutyCauseType()));
abnormalBillService.dutyConfirm(abnormalBill,abnormalBillDispose,ncCodesVO.getDutyCauseType(),ncCodesVO.getDutyType());
AbnormalBill abnormalBillOld = abnormalBillService.getById(HandleEnum.ABNORMAL_BILL.getHandle(site,abnormalBill.getAbnormalNo()));
abnormalBillService.dutyConfirm(abnormalBillOld,abnormalBillDispose,ncCodesVO.getDutyCauseType(),ncCodesVO.getDutyType());
return new ResultVo(ResultCode.SUCCESS,"BPM判责提交成功");
}catch(Exception e){
return new ResultVo(ResultCode.FAILED,R.failed(e.getMessage()).getMsg());

Loading…
Cancel
Save