Browse Source

2024-04-15

功能优化
java8
fengyuan_yang 2 years ago
parent
commit
812ef29c12
  1. 2
      src/main/resources/mapper/pms/EamMapper.xml

2
src/main/resources/mapper/pms/EamMapper.xml

@ -788,7 +788,7 @@
<if test="query.endDate == null ">
AND getDate() >= a.PlanDate
</if>
<if test='query.functionType == "A"'>
<if test='query.functionType == "A" and query.searchType == "reportCheck"'>
and getDate() >= dbo.compare_date(ewo.task_start_date)
</if>
AND a.FunctionType = #{query.functionType}

Loading…
Cancel
Save