Commit 05d1a942 authored by huyuchen's avatar huyuchen

huych-商险自动化逻辑调整

parent 5be2c907
......@@ -1801,7 +1801,7 @@
</if>
inner join (
SELECT
a.id
a.id,a.CREATE_TIME
FROM
<if test="searchVo.salaryMonthStart == null or searchVo.salaryMonthStart.trim() >= '202201'">
t_salary_account a
......@@ -1830,6 +1830,7 @@
) tmp ON a.id = tmp.id
left join sys_area ap on ap.id=a.BANK_PROVINCE
left join sys_area ac on ac.id=a.BANK_CITY
ORDER BY tmp.CREATE_TIME desc
</select>
<!-- 员工报账导出查询 -->
......
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