Commit 3929f27f authored by fangxinjiang's avatar fangxinjiang

合同续签待办-fxj

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