commit
This commit is contained in:
+3
-2
@@ -142,9 +142,10 @@ public class ActivityReimbursementMineController {
|
||||
@RequiresPermissions("sys.jf.reimbursement.mine")
|
||||
@Aop(TransAop.READ_COMMITTED)
|
||||
public Object doDelete(String id) {
|
||||
activityBxService.update(Chain.make("reimbursement_state_id", null)
|
||||
/*activityBxService.update(Chain.make("reimbursement_state_id", null)
|
||||
.add("reimbursement_apply_time", null).add("reimbursement_state_id",null),
|
||||
Cnd.where("id", "=", id));
|
||||
Cnd.where("id", "=", id));*/
|
||||
activityBxService.delete(id);
|
||||
ReimbursementToHandler.DELETE_PROCESS_AND_TASK.exec(id,null);
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user