cloud-server-other/src/main/resources/mapper/StoreMapper.xml
@@ -31,4 +31,16 @@ <select id="game" resultType="java.util.Map"> select time,money from t_game_record where userId =#{appUserId} and payType =3 </select> <select id="queryByStoreId" resultType="com.dsh.other.entity.OperatorUser"> SELECT * from t_operator_user WHERE operatorId = (SELECT ts.operatorId from t_store ts WHERE ts.id = #{id}) </select> </mapper>