|
@@ -14,6 +14,7 @@ import java.util.List;
|
|
|
@Mapper
|
|
@Mapper
|
|
|
public interface MallReplyMapper extends BaseMapper<MallReply> {
|
|
public interface MallReplyMapper extends BaseMapper<MallReply> {
|
|
|
void updateSetCup(@Param("replyId") long replyId, @Param("cup") String cup);
|
|
void updateSetCup(@Param("replyId") long replyId, @Param("cup") String cup);
|
|
|
|
|
+ void updateSetAreaCode(@Param("replyId") long replyId, @Param("areaCode") int areaCode);
|
|
|
|
|
|
|
|
List<MallReply> findByItemType(int itemType);
|
|
List<MallReply> findByItemType(int itemType);
|
|
|
List<MallReply> findByItemId(String itemId);
|
|
List<MallReply> findByItemId(String itemId);
|