|
@@ -161,4 +161,15 @@
|
|
|
where YHBH = #{YHBH}
|
|
|
</update>
|
|
|
|
|
|
+ <parameterMap id="pm_hqrlsj" type="com.sooka.model.bo.Guiji_housingconstruction_hqrlsj_Bean"></parameterMap>
|
|
|
+ <insert id="add_guiji_housingconstruction_hqrlsj" parameterMap="pm_hqrlsj">
|
|
|
+ insert into t_guiji_housingconstruction_hqrlsj
|
|
|
+ (id,name,time,type) values (#{id},#{name},now(),#{type})
|
|
|
+ </insert>
|
|
|
+
|
|
|
+ <insert id="add_guiji_housingconstruction_hqrlsj_detail" parameterMap="pm_hqrlsj">
|
|
|
+ insert into t_guiji_housingconstruction_hqrlsj_detail
|
|
|
+ (id,name,value,hqrlsj_id) values (#{id},#{name},#{value},#{hqrlsj_id})
|
|
|
+ </insert>
|
|
|
+
|
|
|
</mapper>
|