mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 21:15:06 +08:00
update
This commit is contained in:
@@ -77,4 +77,6 @@ public interface MemberGroupMapper {
|
||||
MemberDiscountVO queryMemberDiscount(@Param("merchantId") String merchantId, @Param("stationId") String stationId, @Param("memberId") String memberId);
|
||||
|
||||
List<MemberVO> queryMemberList(@Param("groupCode") String groupCode);
|
||||
|
||||
MemberGroup selectByGroupCode(String groupCode);
|
||||
}
|
||||
|
||||
@@ -10,13 +10,6 @@ public interface OrderMonitorDataMapper {
|
||||
*/
|
||||
int deleteByPrimaryKey(Integer id);
|
||||
|
||||
/**
|
||||
* insert record to table
|
||||
* @param record the record
|
||||
* @return insert count
|
||||
*/
|
||||
int insert(OrderMonitorData record);
|
||||
|
||||
/**
|
||||
* insert record to table selective
|
||||
* @param record the record
|
||||
|
||||
Reference in New Issue
Block a user