fixbug - 配置场馆和管理员挂钩发送微信消息
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.sv.mapper;
|
||||
|
||||
import com.sv.annotation.NoPlatform;
|
||||
import com.ydd.oms.entity.sys.WxConfig;
|
||||
|
||||
import java.util.List;
|
||||
@@ -11,12 +12,13 @@ public interface WxConfigMapper {
|
||||
|
||||
int insertSelective(WxConfig record);
|
||||
|
||||
@NoPlatform
|
||||
WxConfig selectByPrimaryKey(Integer id);
|
||||
|
||||
int updateByPrimaryKeySelective(WxConfig record);
|
||||
|
||||
int updateByPrimaryKey(WxConfig record);
|
||||
|
||||
@NoPlatform
|
||||
List<WxConfig> list();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user