cloud-server-other/src/main/java/com/dsh/other/mapper/StoreMapper.java
@@ -8,6 +8,7 @@ import org.aspectj.lang.annotation.DeclareParents; import java.util.List; import java.util.Map; /** @@ -55,4 +56,10 @@ * @return */ List<Store> getStoreByStoreStaffId(@Param("id") Integer id); String getOName(@Param("operatorId") Integer operatorId); List<Map<String, Object>> game(@Param("appUserId") Integer appUserId); }