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