Bläddra i källkod

【CHG】修改查询条件

zhaomn 2 år sedan
förälder
incheckning
0f0ad95717
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      railway-business/src/main/resources/mapper/bi/ShowGsyMapper.xml

+ 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}