ruoyi-service/ruoyi-other/src/main/resources/mapper/other/ShopMapper.xml
@@ -68,9 +68,9 @@ SUM(ts.can_withdraw_money) canWithdrawMoney, SUM(ts.withdraw_money) alreadyWithdrawMoney FROM t_shop ts t_shop ts where ts.del_flag = 0 <if test="null != shopId"> where ts.id = #{shopId} and ts.id = #{shopId} </if> </select> </mapper>