Browse Source

modify:

1. 提交备案后时间修改;
tags/24090101
WendyYang 2 weeks ago
parent
commit
143148a88b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      hz-pm-api/src/main/java/com/hz/pm/api/projectlib/manage/QxProjectManage.java

+ 2
- 1
hz-pm-api/src/main/java/com/hz/pm/api/projectlib/manage/QxProjectManage.java View File

@@ -208,7 +208,8 @@ public class QxProjectManage {
.exists(StrUtil.isNotBlank(req.getReplaceType()),
"select 1 from qx_project_system_replace_infos " +
"where qx_project_system_replace_infos.project_id = qx_project.id " +
"and replace_type = {0}", req.getReplaceType());
"and replace_type = {0}", req.getReplaceType())
.orderByDesc(QxProject::getUpdateOn);
UnitQueryState unitQuery = unitQueryHelper.listCanViewUnitIds(req.getBuildOrgCode());
if (!unitQuery.isState()) {
return PageVo.empty();


Loading…
Cancel
Save