方案图版本号生成提交
This commit is contained in:
parent
5bce2fff5d
commit
fc3c9bdc59
@ -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")){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user