Commit b7bcf800 authored by yangyang's avatar yangyang

feat(用户信息表):用户信息表对于entity和dto新增innerPersonCode字段

parent 840bf9fe
...@@ -18,7 +18,8 @@ ...@@ -18,7 +18,8 @@
CASE CASE
WHEN gender = 1 THEN WHEN gender = 1 THEN
'男' ELSE '女' '男' ELSE '女'
END AS gender END AS gender,
inner_person_code as innerPersonCode
FROM FROM
tzs_user_info tzs_user_info
<where> <where>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment