PoffyZhang 1 year ago
parent
commit
3150f9a135
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      pmapi/src/main/java/com/ningdatech/pmapi/projectlib/mapper/ProjectRenewalFundDeclarationMapper.xml

+ 4
- 0
pmapi/src/main/java/com/ningdatech/pmapi/projectlib/mapper/ProjectRenewalFundDeclarationMapper.xml View File

@@ -41,5 +41,9 @@
<if test="param.endTime != null"> <if test="param.endTime != null">
and p.create_on &lt;= #{param.endTime} and p.create_on &lt;= #{param.endTime}
</if> </if>
<if test="param.approvalStatus != null">
and prfd.approval_status = #{param.approvalStatus}
</if>

</select> </select>
</mapper> </mapper>

Loading…
Cancel
Save