Commit 202b673f by jx-art

查询条件修改~

parent 50baba27
Pipeline #43264 passed with stages
in 1 minute 42 seconds
......@@ -51,7 +51,7 @@
create_time <![CDATA[ > ]]> #{createTime} and
</if>
<if test="updateTime != null">
update_time <![CDATA[ < ]]> #{updateTime} and
create_time <![CDATA[ < ]]> #{updateTime} and
</if>
<if test="changeExecDepartment != null and changeExecDepartment != ''">
participate_change_exec_department like "%" #{changeExecDepartment} "%" and
......
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