标准征求意见 - 流程逻辑 bug

This commit is contained in:
yuezhihang
2021-11-23 13:41:06 +08:00
parent 1a9f0cdf1f
commit 9dbe0acdb0
2 changed files with 2 additions and 1 deletions
@@ -15,7 +15,7 @@ import java.util.Map;
import java.util.Set; import java.util.Set;
@Component @Component
@FeignClient(value = "FotonLAWSSystem",path="/api",url="") @FeignClient(value = "FotonLAWSSystem556",path="/api",url="")
@RequestMapping("/") @RequestMapping("/")
public interface LawsUserInfoService { public interface LawsUserInfoService {
@@ -82,6 +82,7 @@ public class DeptApplayAfter implements TaskListener{
standard.setSpecificItem(os.getString("itemsNum")); standard.setSpecificItem(os.getString("itemsNum"));
standard.setStandNumber(object.getString("itemsNum")); standard.setStandNumber(object.getString("itemsNum"));
standard.setInterpretationTime(delegateTask.getCreateTime()); standard.setInterpretationTime(delegateTask.getCreateTime());
standard.setRiskDegree("0");
standards.add(standard); standards.add(standard);
}); });