实体重复修改bug修复
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
WHERE id = #{id}
|
||||
</select>
|
||||
<select id="selectPlatformChineseName" resultType="java.lang.String"
|
||||
parameterType="java.util.List<java.lang.String>">
|
||||
parameterType="java.util.List">
|
||||
SELECT description
|
||||
FROM platform
|
||||
WHERE name IN
|
||||
|
||||
Reference in New Issue
Block a user