Commit 7e49ea3f authored by 赵啸非's avatar 赵啸非

修改部分pom

parent 320ed0bd
...@@ -26,6 +26,7 @@ import com.mortals.xhx.module.comment.service.CommentInfoService; ...@@ -26,6 +26,7 @@ import com.mortals.xhx.module.comment.service.CommentInfoService;
import com.mortals.xhx.module.extend.model.ExtendHisprocinstEntity; import com.mortals.xhx.module.extend.model.ExtendHisprocinstEntity;
import com.mortals.xhx.module.extend.service.ExtendHisprocinstService; import com.mortals.xhx.module.extend.service.ExtendHisprocinstService;
import lombok.extern.apachecommons.CommonsLog; import lombok.extern.apachecommons.CommonsLog;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.collections.MapUtils; import org.apache.commons.collections.MapUtils;
import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.collections4.CollectionUtils;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
...@@ -65,7 +66,7 @@ import java.util.stream.Collectors; ...@@ -65,7 +66,7 @@ import java.util.stream.Collectors;
* @description: * @description:
**/ **/
@RestController @RestController
@CommonsLog @Slf4j
public class FlowTaskServiceImpl extends FlowServiceFactory implements IApiFlowTaskFeign { public class FlowTaskServiceImpl extends FlowServiceFactory implements IApiFlowTaskFeign {
@Autowired @Autowired
...@@ -1079,7 +1080,7 @@ public class FlowTaskServiceImpl extends FlowServiceFactory implements IApiFlowT ...@@ -1079,7 +1080,7 @@ public class FlowTaskServiceImpl extends FlowServiceFactory implements IApiFlowT
@Override @Override
public ApiRespPdu<String> addSignTask(AddSignTaskReq req) { public ApiRespPdu<String> addSignTask(AddSignTaskReq req) {
log.info(String.format("加签任务!AddSignTaskReq:%s", JSON.toJSONString(req))); log.info("加签任务!AddSignTaskReq:{}", JSON.toJSONString(req));
Boolean flag = req.getFlag(); Boolean flag = req.getFlag();
ApiRespPdu<String> rsp = null; ApiRespPdu<String> rsp = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment