fix(aed): 维护映射中的状态字段引用错误(如果对应的数据库字段,双引号内大小写要与数据库一致)
- 移除AedEquipmentMaintainMapper.xml中status字段的双引号引用 - 移除WatchDataMapper.xml中type字段的双引号引用 - 确保数据库字段引用的一致性,避免SQL语法错误
This commit is contained in:
+1
-1
@@ -160,7 +160,7 @@
|
||||
) where rn = 1)
|
||||
where wd.userid = #{userid,jdbcType=VARCHAR}
|
||||
and wd.watch_no = #{watchNo,jdbcType=VARCHAR}
|
||||
and wd."type" = 1;
|
||||
and wd.type = 1;
|
||||
</update>
|
||||
|
||||
<insert id="insertSpo2">
|
||||
|
||||
Reference in New Issue
Block a user