Commit c5a851e5 authored by litengwei's avatar litengwei

bug 提交

parent e847d424
...@@ -537,7 +537,7 @@ ...@@ -537,7 +537,7 @@
`p_check` `p_check`
WHERE WHERE
check_time LIKE CONCAT( DATE_FORMAT( now( ), '%Y-%m-%d' ), '%' ) check_time LIKE CONCAT( DATE_FORMAT( now( ), '%Y-%m-%d' ), '%' )
AND is_ok != 3 -- AND is_ok != 3
<if test="orgCode!=null"> <if test="orgCode!=null">
and (org_code LIKE CONCAT('%',#{orgCode},'%' )) and (org_code LIKE CONCAT('%',#{orgCode},'%' ))
</if> </if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment