Commit b831afc27f21d569e140cf0d76d4ec70243cc9ae
1 parent
f8c6de5800
Exists in
master
and in
1 other branch
update
Showing 1 changed file with 2 additions and 2 deletions
talkonlineweb/src/main/resources/mapper/LymsTkrecordMapper.xml
View file @
b831afc
... | ... | @@ -13,13 +13,13 @@ |
13 | 13 | <result property="createdby" column="createdby" jdbcType="INTEGER"/> |
14 | 14 | <result property="createdtime" column="createdtime" jdbcType="TIMESTAMP"/> |
15 | 15 | <result property="updatedby" column="updatedby" jdbcType="INTEGER"/> |
16 | - <result property="updatedTime" column="updated_time" jdbcType="TIMESTAMP"/> | |
16 | + <result property="updatedtime" column="updatedtime" jdbcType="TIMESTAMP"/> | |
17 | 17 | </resultMap> |
18 | 18 | |
19 | 19 | <sql id="Base_Column_List"> |
20 | 20 | id,pid,pcid, |
21 | 21 | did,stat,createdby, |
22 | - createdtime,updatedby,updated_time | |
22 | + createdtime,updatedby,updatedtime | |
23 | 23 | </sql> |
24 | 24 | </mapper> |