Merge remote-tracking branch 'origin/master'
This commit is contained in:
+2
@@ -318,6 +318,8 @@ public class ProcessModelNodeService extends ServiceImpl<ProcessModelNodeMapper,
|
||||
userTaskNode.setNodeName(userTask.getName());
|
||||
userTaskNode.setNodeType("userTask");
|
||||
userTaskNode.setXmlNodeId(userTask.getId());
|
||||
userTaskNode.setVariableType("string");
|
||||
userTaskNode.setVariableName(userTask.getId());
|
||||
userTaskNode.setSort(sort);
|
||||
userTaskNode.setIsApprovalNode(1);
|
||||
userTaskNode.setIsCanDeleted(1);
|
||||
|
||||
+1
-1
@@ -34,7 +34,7 @@ public class EnterpriseStandardPlanVo {
|
||||
@ApiModelProperty(value = "原企标编号")
|
||||
private String originEnStandardNo;
|
||||
|
||||
@Excel(name = "新企标编号", width = 15, orderNum = "2")
|
||||
@Excel(name = "新企标编号", width = 15, orderNum = "1")
|
||||
@ApiModelProperty(value = "新企标编号")
|
||||
private String newEnStandardNo;
|
||||
|
||||
|
||||
+2
-2
@@ -179,7 +179,7 @@ public class LawsEnterpriseStandardServiceImpl extends ServiceImpl<LawsEnterpris
|
||||
if (esDatalist.isEmpty()) {
|
||||
log.info("企标数据为空,跳过导入");
|
||||
} else {
|
||||
this.oldSysESImport(esDatalist);
|
||||
// this.oldSysESImport(esDatalist);
|
||||
}
|
||||
// 导入国标
|
||||
// 判断是否需要跳过
|
||||
@@ -214,7 +214,7 @@ public class LawsEnterpriseStandardServiceImpl extends ServiceImpl<LawsEnterpris
|
||||
gb.setReleaseDate(dto.getFbrq());
|
||||
gb.setImplementationDate(dto.getSsrq());
|
||||
String standardState = dto.getBzzt();
|
||||
gb.setStandardState(standardState.equals("现行有效") ? "8" : "9");
|
||||
gb.setStandardState(standardState.equals("现行有效") ? "6" : "7");
|
||||
// 代替被代替特殊逻辑
|
||||
gb.setSubstituteStandardNumber(dto.getTdbzh());
|
||||
gb.setReplacedByStandardNumber(dto.getBtdbzh());
|
||||
|
||||
Reference in New Issue
Block a user