|
@@ -48,7 +48,8 @@
|
|
|
<update id="batchBind">
|
|
<update id="batchBind">
|
|
|
update yr_driver_on_route_account_record_main set goodsLossMonthlyMainId = #{goodsLossMonthlyMainId},
|
|
update yr_driver_on_route_account_record_main set goodsLossMonthlyMainId = #{goodsLossMonthlyMainId},
|
|
|
modifyUid = #{bo.uid},
|
|
modifyUid = #{bo.uid},
|
|
|
- modifyName = #{bo.username}
|
|
|
|
|
|
|
+ modifyName = #{bo.username},
|
|
|
|
|
+ status = 'VERIFIED'
|
|
|
where
|
|
where
|
|
|
isDelete != 'DELETE' and id in
|
|
isDelete != 'DELETE' and id in
|
|
|
<foreach item="item" index="index" collection="ids" open="(" separator="," close=")">
|
|
<foreach item="item" index="index" collection="ids" open="(" separator="," close=")">
|