Commit 4d1768d9 by jiang'yun

修改

parent 9cbe53d2
......@@ -21,112 +21,115 @@ public class Jsba extends BaseEntity
private String jh;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private String gzmc;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private String jx;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private String jb;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double jkhzb;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double jkzzb;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double jdhzb;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double jdzzb;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private String dlwz;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private String gzwz;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private String cxwz;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double dmhb;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double bxhb;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double hssd;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double lrsd;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private String zjmd;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double cpj;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private String ptbh;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double jd;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double wd;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double jdhzb1;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double jdzzb1;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double jdhzb2;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double jdzzb2;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double jdhzb3;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double jdzzb3;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double jdhzb4;
/** $column.columnComment */
@Excel(name = "${comment}")
//@Excel(name = "${comment}")
private Double jdzzb4;
public Jsba() {
}
public Jsba(String jh, Double jkhzb,Double jkzzb,Double jdhzb,Double jdzzb) {
......
......@@ -6,7 +6,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<resultMap type="Jsba" id="JsbaResult">
<result property="jh" column="jh" />
<result property="gzmc" column="gzmc" />
<result property="gzmc" column="gzmc" />
<result property="jx" column="jx" />
<result property="jb" column="jb" />
<result property="jkhzb" column="jkhzb" />
......@@ -78,9 +78,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<insert id="insertJsba" parameterType="Jsba">
<selectKey keyProperty="jh" resultType="long" order="BEFORE">
SELECT seq_jsba.NEXTVAL as jh FROM DUAL
</selectKey>
insert into jsba
<trim prefix="(" suffix=")" suffixOverrides=",">
<if test="jh != null">jh,</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment