|
@@ -3,6 +3,8 @@ package com.huyi.service.util;
|
|
|
import com.alibaba.fastjson.JSON;
|
|
|
import com.huyi.service.base.service.ISysConfigService;
|
|
|
import com.tianhu.common.core.utils.CommonUtil;
|
|
|
+import com.tianhu.common.log.annotation.Log;
|
|
|
+import com.tianhu.common.log.enums.BusinessType;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
@@ -104,6 +106,7 @@ public class FlowableService {
|
|
|
return apiPost(DELETE_GROUP, m);
|
|
|
}
|
|
|
|
|
|
+ @Log(businessType = BusinessType.PRINT)
|
|
|
public static Map<String, Object> invokeCapp(String urlStr, Map<String, Object> params, HttpServletRequest request) throws Exception {
|
|
|
Map map = new HashMap();
|
|
|
// post参数
|