docs: 注释优化

This commit is contained in:
郝先瑞 2022-07-03 14:31:47 +08:00
parent 1a0bd90191
commit 13d3997f59
5 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.Arrays;
@Api(tags = "系统端」会员管理")
@Api(tags = "管理端」会员管理")
@RestController
@RequestMapping("/api/v1/members")
@RequiredArgsConstructor

View File

@ -7,7 +7,7 @@ import org.mapstruct.Mapper;
import java.util.List;
/**
* 会员地址实体转换器
* 会员地址对象转换器
*
* @author haoxr
* @date 2022/6/21 23:52

View File

@ -9,7 +9,7 @@ import org.mapstruct.Mapping;
import org.mapstruct.Mappings;
/**
* 会员实体转换器
* 会员对象转换器
*
* @author haoxr
* @date 2022/6/11

View File

@ -20,7 +20,7 @@ public interface UmsMemberMapper extends BaseMapper<UmsMember> {
" <if test ='nickname !=null and nickname.trim() neq \"\" ' >" +
" WHERE nick_name like concat('%',#{nickname},'%')" +
" </if>" +
" ORDER BY gmt_modified DESC, gmt_create DESC" +
" ORDER BY update_time DESC, create_time DESC" +
"</script>")
@Results({
@Result(id = true, column = "id", property = "id"),

View File

@ -9,7 +9,7 @@ spring:
server-addr: http://localhost:8848
# 配置中心
config:
server-addr: http://c.youlai.tech:8848
server-addr: http://localhost:8848
file-extension: yaml
shared-configs[0]:
data-id: youlai-common.yaml