Commit 73247750 authored by KeYong's avatar KeYong

更新

parent 18d6976b
...@@ -1552,7 +1552,7 @@ ...@@ -1552,7 +1552,7 @@
left join cb_org_usr cou on cou.biz_org_code = pp.biz_org_code and cou.is_delete = 0 left join cb_org_usr cou on cou.biz_org_code = pp.biz_org_code and cou.is_delete = 0
<where> <where>
<if test="bizOrgCode != null"> <if test="bizOrgCode != null">
biz_org_code LIKE CONCAT(#{bizOrgCode}, '%') pp.biz_org_code LIKE CONCAT(#{bizOrgCode}, '%')
</if> </if>
<if test="startDate != null"> <if test="startDate != null">
AND DATE_FORMAT(`date`, '%Y-%m-%d') &gt;= DATE_FORMAT(#{startDate}, '%Y-%m-%d') AND DATE_FORMAT(`date`, '%Y-%m-%d') &gt;= DATE_FORMAT(#{startDate}, '%Y-%m-%d')
......
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