|
@@ -889,7 +889,7 @@ public class DcsbCtl extends BaseWebCtl {
|
|
|
if (dcsbService.getCandidateTaskByUserAndBusKey(SecUtils.getCurrUser().getId().toString(), dcsb.getId()) != null) {
|
|
|
dcsbService.claim(dcsb.getId(), SecUtils.getCurrUser().getId().toString());
|
|
|
}
|
|
|
- dcsbService.changeAudit(null, entity, true);
|
|
|
+ dcsbService.submit( entity);
|
|
|
} catch (Exception e) {
|
|
|
wr.setSuccess(false);
|
|
|
wr.setMessage("操作失败!");
|