|
@@ -337,7 +337,8 @@ public class FlowableController extends BaseController
|
|
|
@RequestParam("id") String id,
|
|
|
@RequestParam("menuId") String menuId,
|
|
|
@RequestParam("companyId") String companyId,
|
|
|
- @RequestParam("state") String state) throws Exception {
|
|
|
+ @RequestParam("state") String state,
|
|
|
+ @RequestParam("reason") String reason) throws Exception {
|
|
|
//核心企业融信开立审批
|
|
|
if("1000000000".equals(menuId)){
|
|
|
ZcFinanceInf zcFinanceInf = new ZcFinanceInf();
|