瀏覽代碼

【CHG】修改查询条件

zhaomn 2 年之前
父節點
當前提交
0f0ad95717
共有 1 個文件被更改,包括 2 次插入2 次删除
  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}