使用ServiceFieldMapper.xml中已有的方法名

This commit is contained in:
ZZ 2021-07-22 16:48:18 +08:00
parent 12d68d3fb1
commit c7dbc75158

View File

@ -17,7 +17,7 @@ public interface ServiceFieldMapper {
List<ServiceField> query(Map<String, Object> query); List<ServiceField> query(Map<String, Object> query);
int updateByPrimaryKey(ServiceField record); int updateByPrimaryKeySelective(ServiceField record);
List<Map<String, Object>> querySQL(Map<String, String> query); List<Map<String, Object>> querySQL(Map<String, String> query);