|
|
@@ -204,8 +204,8 @@
|
|
|
FROM show_gsy
|
|
|
<where>
|
|
|
del_flag='0'
|
|
|
- <if test="testPlan1!=null and testPlan1!=''">
|
|
|
- and LPAD(MONTH(test_plan1), 2, 0) like concat('%', #{testPlan1})
|
|
|
+ <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}
|