Commit 5be2c907 authored by huyuchen's avatar huyuchen

huych-商险自动化逻辑调整

parent 72079b34
...@@ -1801,7 +1801,7 @@ ...@@ -1801,7 +1801,7 @@
</if> </if>
inner join ( inner join (
SELECT SELECT
a.id,a.CREATE_TIME a.id
FROM FROM
<if test="searchVo.salaryMonthStart == null or searchVo.salaryMonthStart.trim() >= '202201'"> <if test="searchVo.salaryMonthStart == null or searchVo.salaryMonthStart.trim() >= '202201'">
t_salary_account a t_salary_account a
...@@ -1830,7 +1830,6 @@ ...@@ -1830,7 +1830,6 @@
) tmp ON a.id = tmp.id ) tmp ON a.id = tmp.id
left join sys_area ap on ap.id=a.BANK_PROVINCE left join sys_area ap on ap.id=a.BANK_PROVINCE
left join sys_area ac on ac.id=a.BANK_CITY left join sys_area ac on ac.id=a.BANK_CITY
ORDER BY tmp.CREATE_TIME desc
</select> </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