Commit 6ba7f94c6b3aaf86ba21b1d0d2ca8def5865ec08
1 parent
d26667350f
Exists in
master
update
Showing 1 changed file with 1 additions and 2 deletions
talkonlineweb/src/main/resources/mapper/HdepartInfoMapper.xml
View file @
6ba7f94
... | ... | @@ -16,7 +16,6 @@ |
16 | 16 | <result property="createdtime" column="createdtime" jdbcType="TIMESTAMP"/> |
17 | 17 | <result property="updatedby" column="updatedby" jdbcType="INTEGER"/> |
18 | 18 | <result property="updatedTime" column="updated_time" jdbcType="TIMESTAMP"/> |
19 | - <result property="uname" column="uname" jdbcType="VARCHAR"/> | |
20 | 19 | <result property="htypename" column="htypename" jdbcType="VARCHAR"/> |
21 | 20 | </resultMap> |
22 | 21 | |
... | ... | @@ -24,7 +23,7 @@ |
24 | 23 | did,dname,hid, |
25 | 24 | hname,subcatalog,intro, |
26 | 25 | createdby,creator,createdtime, |
27 | - updatedby,updated_time,uname, | |
26 | + updatedby,updated_time, | |
28 | 27 | htypename |
29 | 28 | </sql> |
30 | 29 | </mapper> |