<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="cn.timer.api.dao.sbgjj.SbgjjAssoCbfaMapper"> <resultMap id="BaseResultMap" type="cn.timer.api.bean.sbgjj.SbgjjAssoCbfa" > <id column="id" property="id" /> <result column="cbmc_name" property="cbmcName" /> <result column="cbcs" property="cbcs" /> <result column="sbcbfzmc" property="sbcbfzmc" /> <result column="gjjcbfamc" property="gjjcbfamc" /> <result column="fwf" property="fwf" /> <result column="sb_sbgjjid" property="sbSbgjjid" /> <result column="gjj_sbgjjid" property="gjjSbgjjid" /> <result column="qyid" property="qyid" /> <result column="sbmin" property="sbmin" /> <result column="gjjmin" property="gjjmin" /> <result column="sbmax" property="sbmax" /> <result column="gjjmax" property="gjjmax" /> <result column="is_gjjbl" property="isGjjbl" /> </resultMap> <insert id="sbgjjassocbfainsert" parameterType="cn.timer.api.bean.sbgjj.SbgjjAssoCbfa" useGeneratedKeys="true" keyProperty="id"> INSERT INTO sbgjj_asso_cbfa <trim prefix="(" suffix=")" suffixOverrides=","> <if test ='null != cbmcName'> cbmc_name, </if> <if test ='null != cbcs'> cbcs, </if> <if test ='null != sbcbfzmc'> sbcbfzmc, </if> <if test ='null != gjjcbfamc'> gjjcbfamc, </if> <if test ='null != fwf'> fwf, </if> <if test ='null != sbSbgjjid'> sb_sbgjjid, </if> <if test ='null != gjjSbgjjid'> gjj_sbgjjid, </if> <if test ='null != qyid'> qyid, </if> <if test ='null != sbmin'> sbmin, </if> <if test ='null != gjjmin'> gjjmin, </if> <if test ='null != sbmax'> sbmax, </if> <if test ='null != gjjmax'> gjjmax, </if> <if test ='null != isGjjbl'> is_gjjbl </if> </trim> <trim prefix="values (" suffix=")" suffixOverrides=","> <if test ='null != cbmcName'> #{cbmcName}, </if> <if test ='null != cbcs'> #{cbcs}, </if> <if test ='null != sbcbfzmc'> #{sbcbfzmc}, </if> <if test ='null != gjjcbfamc'> #{gjjcbfamc}, </if> <if test ='null != fwf'> #{fwf}, </if> <if test ='null != sbSbgjjid'> #{sbSbgjjid}, </if> <if test ='null != gjjSbgjjid'> #{gjjSbgjjid}, </if> <if test ='null != qyid'> #{qyid}, </if> <if test ='null != sbmin'> #{sbmin}, </if> <if test ='null != gjjmin'> #{gjjmin}, </if> <if test ='null != sbmax'> #{sbmax}, </if> <if test ='null != gjjmax'> #{gjjmax}, </if> <if test ='null != isGjjbl'> #{isGjjbl} </if> </trim> </insert> </mapper>