Browse Source

作业票附件手动上传

master
liwenxuan 7 months ago
parent
commit
499b4f74b7
  1. 1143
      src/main/java/com/hxjt/dataupload/controller/UploadController.java
  2. 22
      src/main/resources/mapper/ZypSingleQueryMapper.xml

1143
src/main/java/com/hxjt/dataupload/controller/UploadController.java

File diff suppressed because it is too large

22
src/main/resources/mapper/ZypSingleQueryMapper.xml

@ -199,6 +199,9 @@
and a.APPLYTIME >= '2024-01-01 00:00:00.000' and a.APPLYTIME >= '2024-01-01 00:00:00.000'
</otherwise> </otherwise>
</choose> </choose>
<if test="id != null and id != ''">
AND a.id = #{id}
</if>
order by order by
a.APPLYTIME desc a.APPLYTIME desc
</select> </select>
@ -325,6 +328,9 @@
and a.APPLYTIME >= '2024-01-01 00:00:00.000' and a.APPLYTIME >= '2024-01-01 00:00:00.000'
</otherwise> </otherwise>
</choose> </choose>
<if test="id != null and id != ''">
AND a.id = #{id}
</if>
order by order by
a.APPLYTIME desc a.APPLYTIME desc
</select> </select>
@ -428,6 +434,9 @@
and a.APPLYTIME >= '2024-01-01 00:00:00.000' and a.APPLYTIME >= '2024-01-01 00:00:00.000'
</otherwise> </otherwise>
</choose> </choose>
<if test="id != null and id != ''">
AND a.id = #{id}
</if>
--AND OTBILLID='DH20250213197' --AND OTBILLID='DH20250213197'
order by order by
a.APPLYTIME desc a.APPLYTIME desc
@ -539,6 +548,9 @@
and a.APPLYTIME >= '2023-01-01 00:00:00.000' and a.APPLYTIME >= '2023-01-01 00:00:00.000'
</otherwise> </otherwise>
</choose> </choose>
<if test="id != null and id != ''">
AND a.id = #{id}
</if>
--AND OTBILLID='DH20250213197' --AND OTBILLID='DH20250213197'
order by order by
a.APPLYTIME desc a.APPLYTIME desc
@ -642,7 +654,11 @@
and a.APPLYTIME >= '2025-01-01 00:00:00.000' and a.APPLYTIME >= '2025-01-01 00:00:00.000'
</otherwise> </otherwise>
</choose> </choose>
<if test="id != null and id != ''">
AND a.id = #{id}
</if>
and c.id in('f0ffe0a4620d4f53a143e647fc467b88', '797dcd5af1c04d76b8bc0071321aae6b') and c.id in('f0ffe0a4620d4f53a143e647fc467b88', '797dcd5af1c04d76b8bc0071321aae6b')
--AND OTBILLID='DH20250213197' --AND OTBILLID='DH20250213197'
order by order by
a.APPLYTIME desc a.APPLYTIME desc
@ -735,6 +751,9 @@
and a.APPLYTIME >= '2023-01-01 00:00:00.000' and a.APPLYTIME >= '2023-01-01 00:00:00.000'
</otherwise> </otherwise>
</choose> </choose>
<if test="id != null and id != ''">
AND a.id = #{id}
</if>
and c.id in('0579b3bc102e46feac2d8bdb617750df', '02954995e8e14704ac86276dee785983') and c.id in('0579b3bc102e46feac2d8bdb617750df', '02954995e8e14704ac86276dee785983')
--AND OTBILLID='DH20250213197' --AND OTBILLID='DH20250213197'
order by order by
@ -830,6 +849,9 @@
and a.APPLYTIME >= '2025-01-01 00:00:00.000' and a.APPLYTIME >= '2025-01-01 00:00:00.000'
</otherwise> </otherwise>
</choose> </choose>
<if test="id != null and id != ''">
AND a.id = #{id}
</if>
and c.id in('35ee7345c96a4d77b206d47076ed6839', '9b8ee675618f4544b9e4a565df4c8f01','96f4c6faafcb405785c23f9c0e431a30') and c.id in('35ee7345c96a4d77b206d47076ed6839', '9b8ee675618f4544b9e4a565df4c8f01','96f4c6faafcb405785c23f9c0e431a30')
--AND OTBILLID='DH20250213197' --AND OTBILLID='DH20250213197'

Loading…
Cancel
Save