|
@@ -448,7 +448,7 @@ public class ActTaskController extends BaseController {
|
|
try {
|
|
try {
|
|
String comment = URLDecoder.decode(act.getComment(), "UTF-8");
|
|
String comment = URLDecoder.decode(act.getComment(), "UTF-8");
|
|
act.setComment(comment);
|
|
act.setComment(comment);
|
|
- actTaskService.auditSave3(act);
|
|
|
|
|
|
+ actTaskService.auditSave3(act,disclose,flagDesign,flagItemCLose,flagDeal);
|
|
} catch (UnsupportedEncodingException e) {
|
|
} catch (UnsupportedEncodingException e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|