3
0
Fork 0

## Opt - mq补偿增加业绩

This commit is contained in:
sangelxiu1 2025-06-13 14:33:09 +08:00 committed by cabbage
parent dc4681cd3b
commit 147e28fbf6
1 changed files with 8 additions and 8 deletions

View File

@ -619,6 +619,6 @@
s.ENABLE_STATUS = 0,
s.TEAM_NEW_BOX_NUM = result.boxNum,
s.TEAM_NEW_PV = result.pv
WHERE s.PK_MEMBER = #{pkId};
WHERE s.PK_MEMBER = #{pkId}
</update>
</mapper>