|
@@ -33,7 +33,8 @@
|
|
|
a.archieve_resever,
|
|
a.archieve_resever,
|
|
|
a.storage_place,
|
|
a.storage_place,
|
|
|
a.status,
|
|
a.status,
|
|
|
- a.special_place
|
|
|
|
|
|
|
+ a.special_place,
|
|
|
|
|
+ a.transfer_location
|
|
|
</sql>
|
|
</sql>
|
|
|
<select id="findList" resultType="com.jeeplus.centrecareful.reportArchieve.domain.ZsReportArchieve">
|
|
<select id="findList" resultType="com.jeeplus.centrecareful.reportArchieve.domain.ZsReportArchieve">
|
|
|
select
|
|
select
|
|
@@ -185,9 +186,10 @@
|
|
|
<update id="updatePlaceByYear">
|
|
<update id="updatePlaceByYear">
|
|
|
UPDATE zs_report_archieve a
|
|
UPDATE zs_report_archieve a
|
|
|
SET
|
|
SET
|
|
|
- a.special_place = #{specialPlace},
|
|
|
|
|
|
|
+ a.transfer_location = #{transferLocation},
|
|
|
a.transfer_time = NOW()
|
|
a.transfer_time = NOW()
|
|
|
WHERE a.report_no LIKE CONCAT('%(', #{reportNo}, ')%')
|
|
WHERE a.report_no LIKE CONCAT('%(', #{reportNo}, ')%')
|
|
|
- AND a.status = '1';
|
|
|
|
|
|
|
+ AND a.status = '1'
|
|
|
|
|
+ AND a.del_flag = '0';
|
|
|
</update>
|
|
</update>
|
|
|
</mapper>
|
|
</mapper>
|