方案图版本号生成提交

This commit is contained in:
yujh_java 2025-06-09 14:17:44 +08:00
parent 5bce2fff5d
commit fc3c9bdc59

View File

@ -4771,7 +4771,7 @@ public class CoeDesignerWeb extends ActionWeb {
//更新版本信息
PALRepositoryPropertyDao propertyDao = new PALRepositoryPropertyDao();
if(lastplModel.getMethodId().equals("process.epc") || lastplModel.getMethodId().equals("process.flowchart")|| lastplModel.getMethodId().equals("data.form")){
if(lastplModel.getMethodId().equals("process.epc") || lastplModel.getMethodId().equals("process.flowchart")|| lastplModel.getMethodId().equals("data.form") || lastplModel.getMethodId().equals("process.scheme")){
propertyDao.updatePropertyByPropertyId(newUUID, "P_versions", String.valueOf(VersionUtil.increaseVersionNo(tempVer, isLargeIteration)));
}
if(lastplModel.getMethodId().equals("process.scheme") || lastplModel.getMethodId().equals("control.policy") || lastplModel.getMethodId().equals("engineering.standard")){