|
@@ -450,7 +450,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
<update id="updateStatus">
|
|
<update id="updateStatus">
|
|
|
- update apcheck set ac_sendstatus='已上传',ac_confirmstatus=#{status},ac_confirmstatuscode=#{code},ac_confirmdate=now()
|
|
|
|
|
|
|
+ update apcheck set ac_sendstatus='已上传',ac_thischeck=ac_thisamount,ac_confirmstatus=#{status},ac_confirmstatuscode=#{code},ac_confirmdate=now()
|
|
|
where ac_b2bid=#{id} and ifnull(ac_sendstatus,'未上传')='未上传'
|
|
where ac_b2bid=#{id} and ifnull(ac_sendstatus,'未上传')='未上传'
|
|
|
</update>
|
|
</update>
|
|
|
</mapper>
|
|
</mapper>
|