소스 검색

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

miajio 2 주 전
부모
커밋
e95592d18b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      warehouse-admin-data/src/main/resources/mapper/driver/DriverOnRouteAccountRecordMainMapper.xml

+ 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=")">