javaweb-plus/javaweb-cms/src/main/resources/mapper/geo/TubLogMapper.xml
@@ -45,7 +45,11 @@ <include refid="selectTubLogVo"/> where id = #{id} </select> <select id="selectMaxTubLogId" resultType="java.lang.Integer"> SELECT MAX(id) FROM js_tub_log where project_id = #{projectId} </select> <insert id="insertTubLog" parameterType="TubLog" useGeneratedKeys="true" keyProperty="id"> insert into js_tub_log <trim prefix="(" suffix=")" suffixOverrides=",">