fix(征求意见流程): 81750
This commit is contained in:
+1
-1
@@ -778,7 +778,7 @@ public class LawsCommonServiceImpl implements ILawsCommonService {
|
||||
// 标准状态
|
||||
String standardState = (String) parameterMap.get(FieldCommon.STANDARD_STATE);
|
||||
// 报批 或 发布
|
||||
if (StrUtil.isNotBlank(standardState) &&
|
||||
if (StringUtils.isNotBlank(standardState) &&
|
||||
(standardState.contains("3") || standardState.contains("4"))) {
|
||||
// 修改标准状态为发布或报批后,征求意见流程的超期待办,流程结束,不进入已办中
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user