Commit 914cf429 authored by hongguangwu's avatar hongguangwu

MVP1.7.2 顺序

parent fd245cd7
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
<!-- 发放失败,批量更新中信银行交易流水表fd_3b148bc0c28e48为失败,根据 工资明细fdId:fd_3b1fe00b0f5dde --> <!-- 发放失败,批量更新中信银行交易流水表fd_3b148bc0c28e48为失败,根据 工资明细fdId:fd_3b1fe00b0f5dde -->
<update id="updateZhongXinStatus"> <update id="updateZhongXinStatus">
update ekp_db4ed54e25543f4b7a9a a update ekp_db4ed54e25543f4b7a9a a
set a.fd_3b148bc0c28e48='失败',a.fd_3c754f2a7125a0 = '1183b0b84ee4f581bba001c47a78b2d9',fd_3c754a976ddde2=now() set a.fd_3b148bc0c28e48='失败'
where where
<if test="salaryIdList != null and salaryIdList.size() > 0"> <if test="salaryIdList != null and salaryIdList.size() > 0">
a.fd_3b1fe00b0f5dde in a.fd_3b1fe00b0f5dde in
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
<update id="updateZhongXinMainStatus"> <update id="updateZhongXinMainStatus">
UPDATE modeling_simple_main a UPDATE modeling_simple_main a
JOIN ekp_db4ed54e25543f4b7a9a b on a.fd_id=b.fd_id JOIN ekp_db4ed54e25543f4b7a9a b on a.fd_id=b.fd_id
SET a.extend_data_xml=JSON_SET(a.extend_data_xml,'$[1].fd_3b148bc0c28e48', '失败', '$[1].fd_3c754f2a7125a0', '1183b0b84ee4f581bba001c47a78b2d9','$[1].fd_3c754a976ddde2', now()) SET a.extend_data_xml=JSON_SET(a.extend_data_xml,'$[1].fd_3b148bc0c28e48', '失败')
where where
<if test="salaryIdList != null and salaryIdList.size() > 0"> <if test="salaryIdList != null and salaryIdList.size() > 0">
b.fd_3b56782982b8b2 in b.fd_3b56782982b8b2 in
......
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