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