Pārlūkot izejas kodu

[update] 区间统计使用核算数后未修改核实状态

miajio 2 nedēļas atpakaļ
vecāks
revīzija
e95592d18b

+ 2 - 1
warehouse-admin-data/src/main/resources/mapper/driver/DriverOnRouteAccountRecordMainMapper.xml

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