|
@@ -1,7 +1,5 @@
|
|
|
package cn.tr.module.smart.common.repository;
|
|
package cn.tr.module.smart.common.repository;
|
|
|
|
|
|
|
|
-import cn.tr.module.smart.wx.dto.BizWxAppletClinicQueryDTO;
|
|
|
|
|
-import cn.tr.module.smart.wx.vo.BizWxAppletClinicVO;
|
|
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
import org.apache.ibatis.annotations.Param;
|
|
@@ -20,7 +18,6 @@ import java.util.List;
|
|
|
@Repository
|
|
@Repository
|
|
|
@Mapper
|
|
@Mapper
|
|
|
public interface BizClinicRepository extends BaseMapper<BizClinicPO> {
|
|
public interface BizClinicRepository extends BaseMapper<BizClinicPO> {
|
|
|
- List<BizWxAppletClinicVO> stdSelectWxAppletList(@Param("query") BizWxAppletClinicQueryDTO query);
|
|
|
|
|
|
|
|
|
|
@Update(
|
|
@Update(
|
|
|
"update biz_clinic set care = 0 where wx_user_id = #{userId}}"
|
|
"update biz_clinic set care = 0 where wx_user_id = #{userId}}"
|