Jelajahi Sumber

【CHG】修改查询条件

zhaomn 2 tahun lalu
induk
melakukan
0f0ad95717

+ 2 - 2
railway-business/src/main/resources/mapper/bi/ShowGsyMapper.xml

@@ -207,8 +207,8 @@
       <if test="testPlanMonth!=null and testPlanMonth!=''">
         and LPAD(MONTH(test_plan1), 2, 0) like concat('%', #{testPlanMonth})
       </if>
-      <if test="completionDate1!=null and completionDate1!=''">
-        and completion_date1=#{completionDate1}
+      <if test="completionMonth!=null and completionMonth!=''">
+        and completion_date1=#{completionMonth}
       </if>
       <if test="fileId!=null ">
         and file_id=#{fileId}