Commit d8f8b663 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 234980ed
......@@ -696,7 +696,7 @@
SELECT
a.id
FROM t_employee_contract_pre_new a
where a.process_status in('1','5' and (a.expected_collection_time is null or a.expected_collection_time <![CDATA[ <= ]]> now())
where a.process_status in('1','5' and (a.expected_collection_time <![CDATA[ <= ]]> now())
</select>
<!--tEmployeeContractPreNew简单分页查询-->
......
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