zhoupeng hace 1 año
padre
commit
95f04f6302

+ 1 - 1
industry-system/industry-da/src/main/resources/mapper/DataSchemeDao.xml

@@ -11,7 +11,7 @@
             keyProperty="id">
         insert into t_data_scheme(user_id, scheme_name, trend_type, frequency_value, frequency_type, time_value,
                                   time_type, start_time, end_time, create_time)
-            value (#{user_id},#{schemeName},#{trendType},#{frequencyValue},#{frequencyType},#{timeValue},
+            value (#{userId},#{schemeName},#{trendType},#{frequencyValue},#{frequencyType},#{timeValue},
             #{timeType},#{startTime},#{endTime},now())
     </insert>