parent
5f4aff75ac
commit
6059f6c430
|
|
@ -40,12 +40,12 @@ public class ApBusBillSubmitToFwOp extends AbstractOperationServicePlugIn {
|
|||
if (data != null) {
|
||||
String requestid = data.getString("requestid");
|
||||
bill.set("tqq9_fwrequestid", requestid);
|
||||
bill.set("tqq9_fwstate", "待审核");
|
||||
bill.set("tqq9_fwstate", "B");
|
||||
SaveServiceHelper.save(new DynamicObject[]{bill});
|
||||
}
|
||||
String tqq9_fwrequestid = bill.getString("tqq9_fwrequestid");
|
||||
if (StringUtils.isNotBlank(tqq9_fwrequestid)) {//驳回后提交修改泛微审批状态
|
||||
bill.set("tqq9_fwstate", "待审核");
|
||||
bill.set("tqq9_fwstate", "B");
|
||||
SaveServiceHelper.save(new DynamicObject[]{bill});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue