|
|
@@ -685,7 +685,7 @@
|
|
|
|
|
|
<insert id="replaceKuaishouFields">
|
|
|
replace
|
|
|
- into kuaishou_Field_definition(
|
|
|
+ into kuaishou_field_definition(
|
|
|
user_id,
|
|
|
json,
|
|
|
column_type
|
|
|
@@ -698,8 +698,8 @@
|
|
|
<select id="getKuaishouFieldsByUserId" resultType="com.alibaba.fastjson.JSONObject">
|
|
|
SELECT user_id as 'userId',
|
|
|
json,
|
|
|
- column_type as 'columnType',
|
|
|
- FROM kuaishou_Field_definition
|
|
|
+ column_type as 'columnType'
|
|
|
+ FROM kuaishou_field_definition
|
|
|
WHERE user_id = #{userId}
|
|
|
AND column_type = #{columnType} Limit 1
|
|
|
</select>
|