Parcourir la source

计划单统计报表审核结束日期判空

zengtx il y a 1 an
Parent
commit
11bf2cf98f

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/documents/costLossReview/mapper/xml/SyCostLossReviewMapper.xml

@@ -314,7 +314,7 @@
         <if test='status !="" and status != null'>
             and status=#{status}
         </if>
-        <if test='ffirstApproveDate !=""'>
+        <if test='ffirstApproveDate !="" and ffirstApproveDate != null'>
             and first_approve_date like concat(#{ffirstApproveDate},'%')
         </if>