Commit 498cd9d3fbce5576551c083c5e9d0d5c31eb7bc5
1 parent
35da3925ec
Exists in
master
and in
6 other branches
快速测量
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/master/MeasureDataInfoMapper.xml
View file @
498cd9d
... | ... | @@ -64,7 +64,7 @@ |
64 | 64 | resultMap="measureDataInfoModelMap"> |
65 | 65 | SELECT id,measure_user_id, |
66 | 66 | value_one,value_two,value_three,value_type |
67 | - ,record_count,created,modified,today_count,remark_value,recordContent | |
67 | + ,record_count,created,modified,today_count,remark_value,record_content | |
68 | 68 | FROM measure_data_info |
69 | 69 | <include refid="queryMeasureDataInfoCondition"/> |
70 | 70 | <include refid="orderAndLimit"/> |