소스 검색

modify:

1. 项目阶段查询修改;
tags/24083002
WendyYang 2 주 전
부모
커밋
dadab3a4db
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      hz-pm-api/src/main/java/com/hz/pm/api/projectlib/mapper/ProjectMapper.xml

+ 3
- 0
hz-pm-api/src/main/java/com/hz/pm/api/projectlib/mapper/ProjectMapper.xml 파일 보기

@@ -359,6 +359,9 @@
<if test="req.status != null">
and p.status = #{req.status}
</if>
<if test="req.stage != null">
and p.stage = #{req.stage}
</if>
<if test="req.projectYear != null">
and p.project_year = #{req.projectYear}
</if>


불러오는 중...
취소
저장