修复检查类型问题
This commit is contained in:
parent
c940a6e442
commit
bb3707467e
@ -401,6 +401,10 @@
|
|||||||
gen_check
|
gen_check
|
||||||
WHERE
|
WHERE
|
||||||
is_delete = 0
|
is_delete = 0
|
||||||
|
<if test="checkType != null and checkType != ''">
|
||||||
|
AND
|
||||||
|
check_type = #{checkType}
|
||||||
|
</if>
|
||||||
<if test="year != null and year != ''">
|
<if test="year != null and year != ''">
|
||||||
AND
|
AND
|
||||||
LEFT(gmt_create, 4) = #{year}
|
LEFT(gmt_create, 4) = #{year}
|
||||||
|
Loading…
Reference in New Issue
Block a user