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