update 企标计划变更流程
This commit is contained in:
-6
@@ -145,12 +145,6 @@ public class ProcessAnnualInitLink implements Serializable {
|
||||
*/
|
||||
@ApiModelProperty(value = "所属部门")
|
||||
private String orgCode;
|
||||
/**
|
||||
* 删除状态(0-正常,1-删除)
|
||||
*/
|
||||
@ApiModelProperty(value = "删除状态(0-正常,1-删除)")
|
||||
@TableLogic
|
||||
private Integer delFlag;
|
||||
|
||||
|
||||
}
|
||||
|
||||
+4
-3
@@ -192,9 +192,10 @@ public class ProcessAnnualInitLinkService extends ServiceImpl<ProcessAnnualInitL
|
||||
excelVO.setRevisionType(espRevisionTypeMap.get(revisionType));
|
||||
}
|
||||
String standardNumber = excelVO.getStandardNumber();
|
||||
if (StringUtils.isBlank(standardNumber)){
|
||||
msgSub.append("第" + (i + 4) + "行" + "企标编号不能为空;");
|
||||
}else if (ProcessAnnualInitCommon.REVISE.equals(revisionType)){
|
||||
if (ProcessAnnualInitCommon.REVISE.equals(revisionType)){
|
||||
if (StringUtils.isBlank(standardNumber)){
|
||||
msgSub.append("第" + (i + 4) + "行" + "企标编号不能为空;");
|
||||
}
|
||||
LawsEnterpriseStandard lawsEnterpriseStandard = enterpriseStandardService.queryByStandardNumber(standardNumber);
|
||||
if (lawsEnterpriseStandard != null){
|
||||
excelVO.setStandardId(lawsEnterpriseStandard.getId());
|
||||
|
||||
-6
@@ -189,12 +189,6 @@ public class ProcessPlanChangeLink implements Serializable {
|
||||
*/
|
||||
@ApiModelProperty(value = "所属部门")
|
||||
private String orgCode;
|
||||
/**
|
||||
* 删除状态(0-正常,1-删除)
|
||||
*/
|
||||
@ApiModelProperty(value = "删除状态(0-正常,1-删除)")
|
||||
@TableLogic
|
||||
private Integer delFlag;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user