Jjxx的表,还有mapper.xml的优化Bug

develop
Angel 10 months ago
parent 2da4e4972d
commit 51e4fe039d

@ -0,0 +1,657 @@
package com.ssf.mysqloracletest.domain;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import lombok.Data;
/**
*
* @TableName jcj_jjxx_view
*/
@TableName(value ="jcj_jjxx_view")
@Data
public class JcjJjxxViewMysql implements Serializable {
/**
*
*/
private String jjbh;
/**
*
*/
private String jjdbh;
/**
*
*/
private String pjdbh;
/**
*
*/
private String gljjdbh;
/**
*
*/
private String jjlyh;
/**
*
*/
private String pjlyh;
/**
*
*/
private String ldgbh;
/**
*
*/
private String jjyxm;
/**
*
*/
private String pjyxm;
/**
*
*/
private String lhlbdm;
/**
*
*/
private String bjdhsj;
/**
*
*/
private String bjdh;
/**
*
*/
private String bjdhhm;
/**
*
*/
private String bjdhdz;
/**
*
*/
private String thsc;
/**
*
*/
private String bjr;
/**
*
*/
private String bjrxb;
/**
*
*/
private String lxdh;
/**
*
*/
private String bjxs;
/**
*
*/
private String bjlx;
/**
*
*/
private String sfdd;
/**
*
*/
private String bjnr;
/**
*
*/
private String bcjjnr;
/**
*
*/
private String sjcph;
/**
*
*/
private String cllx;
/**
*
*/
private String syqx;
/**
*
*/
private String clqx;
/**
*
*/
private String hzdj;
/**
*
*/
private String sfzddw;
/**
*
*/
private String zddwbm;
/**
*
*/
private String jzlb;
/**
*
*/
private String jzjg;
/**
*
*/
private String qhcs;
/**
*
*/
private String bzwqk;
/**
*
*/
private String blqk;
/**
*
*/
private String sfbw;
/**
*
*/
private String rswxz;
/**
*
*/
private String yfwxwz;
/**
*
*/
private String ywbzxl;
/**
*
*/
private String yfty;
/**
*
*/
private String ywbkry;
/**
*
*/
private String gisX;
/**
*
*/
private String gisY;
/**
*
*/
private String sfzxxs;
/**
*
*/
private String bjtdyy;
/**
*
*/
private String pjsj;
/**
*
*/
private String bjcjyj;
/**
*
*/
private String ejddsj;
/**
*
*/
private String ejjssj;
/**
*
*/
private String ejxfsj;
/**
*
*/
private String ejjsr;
/**
*
*/
private String ejjsrxm;
/**
*
*/
private String ejjsdw;
/**
*
*/
private String ejjsdwmc;
/**
*
*/
private String sjddsj;
/**
*
*/
private String sjjssj;
/**
*
*/
private String sjjsr;
/**
*
*/
private String sjjsrxm;
/**
*
*/
private String sjjsd;
/**
*
*/
private String sjjsdwmc;
/**
*
*/
private String cjbs;
/**
*
*/
private String djdw;
/**
*
*/
private String djr;
/**
*
*/
private String djsj;
/**
*
*/
private String xgr;
/**
*
*/
private String xgsj;
/**
*
*/
private String xgdw;
/**
*
*/
private String djrxm;
/**
*
*/
private String djdwmc;
/**
*
*/
private String xgrxm;
/**
*
*/
private String xgdwmc;
/**
*
*/
private String jjrqsj;
/**
*
*/
private String jjdw;
/**
*
*/
private String jjdwmc;
/**
*
*/
private String jjr;
/**
*
*/
private String jjrxm;
/**
*
*/
private String yjdw;
/**
*
*/
private String yjsj;
/**
*
*/
private String yjsm;
/**
*
*/
private String yjr;
/**
*
*/
private String jjxzqh;
/**
*
*/
private String jjgxdw;
/**
*
*/
private String fkyq;
/**
*
*/
private String sfyfdx;
/**
*
*/
private String jjdxnr;
/**
*
*/
private String jjdxsj;
/**
*
*/
private String sbsj;
/**
*
*/
private String sbnr;
/**
*
*/
private String cdclbm;
/**
*
*/
private String jjlx;
/**
*
*/
private String zdyjr;
/**
*
*/
private String zdyjdw;
/**
*
*/
private String zdyjsj;
/**
*
*/
private String zdyjsm;
/**
*
*/
private String sfbddh;
/**
*
*/
private String sfpj;
/**
*
*/
private String sffk;
/**
*
*/
private String bjrxbmc;
/**
*
*/
private String bjxsmc;
/**
*
*/
private String bjlxmc;
/**
*
*/
private String cllxmc;
/**
*
*/
private String hzdjmc;
/**
*
*/
private String sfzddwmc;
/**
*
*/
private String jzlbmc;
/**
*
*/
private String jzjgmc;
/**
*
*/
private String qhcsmc;
/**
*
*/
private String yfwxwzmc;
/**
*
*/
private String ywbzxlmc;
/**
*
*/
private String yftymc;
/**
*
*/
private String ywbkrymc;
/**
*
*/
private String sfzxxsmc;
/**
*
*/
private String sjjsdmc;
/**
*
*/
private String cjbsmc;
/**
*
*/
private String yjdwmc;
/**
*
*/
private String jjxzqhmc;
/**
*
*/
private String jjgxdwmc;
/**
*
*/
private String zdyjrxm;
/**
*
*/
private String zdyjdwmc;
/**
*
*/
private String sfbddhmc;
/**
*
*/
private String sfpjmc;
/**
*
*/
private String sffkmc;
/**
*
*/
private String lhlbdmmc;
/**
*
*/
private String wsRksj;
/**
*
*/
private String wsXgsj;
/**
*
*/
private String wsYxx;
/**
*
*/
private String rywksj;
/**
*
*/
private String jdzb;
/**
*
*/
private String wdzb;
@TableField(exist = false)
private static final long serialVersionUID = 1L;
}

@ -0,0 +1,658 @@
package com.ssf.mysqloracletest.domain;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import java.io.Serializable;
/**
*
* @TableName jcj_jjxx_view
*/
@TableName(value ="jcj_jjxx_view")
@Data
public class JcjJjxxViewOracle implements Serializable {
/**
*
*/
private String jjbh;
/**
*
*/
private String jjdbh;
/**
*
*/
private String pjdbh;
/**
*
*/
private String gljjdbh;
/**
*
*/
private String jjlyh;
/**
*
*/
private String pjlyh;
/**
*
*/
private String ldgbh;
/**
*
*/
private String jjyxm;
/**
*
*/
private String pjyxm;
/**
*
*/
private String lhlbdm;
/**
*
*/
private String bjdhsj;
/**
*
*/
private String bjdh;
/**
*
*/
private String bjdhhm;
/**
*
*/
private String bjdhdz;
/**
*
*/
private String thsc;
/**
*
*/
private String bjr;
/**
*
*/
private String bjrxb;
/**
*
*/
private String lxdh;
/**
*
*/
private String bjxs;
/**
*
*/
private String bjlx;
/**
*
*/
private String sfdd;
/**
*
*/
private String bjnr;
/**
*
*/
private String bcjjnr;
/**
*
*/
private String sjcph;
/**
*
*/
private String cllx;
/**
*
*/
private String syqx;
/**
*
*/
private String clqx;
/**
*
*/
private String hzdj;
/**
*
*/
private String sfzddw;
/**
*
*/
private String zddwbm;
/**
*
*/
private String jzlb;
/**
*
*/
private String jzjg;
/**
*
*/
private String qhcs;
/**
*
*/
private String bzwqk;
/**
*
*/
private String blqk;
/**
*
*/
private String sfbw;
/**
*
*/
private String rswxz;
/**
*
*/
private String yfwxwz;
/**
*
*/
private String ywbzxl;
/**
*
*/
private String yfty;
/**
*
*/
private String ywbkry;
/**
*
*/
private String gisX;
/**
*
*/
private String gisY;
/**
*
*/
private String sfzxxs;
/**
*
*/
private String bjtdyy;
/**
*
*/
private String pjsj;
/**
*
*/
private String bjcjyj;
/**
*
*/
private String ejddsj;
/**
*
*/
private String ejjssj;
/**
*
*/
private String ejxfsj;
/**
*
*/
private String ejjsr;
/**
*
*/
private String ejjsrxm;
/**
*
*/
private String ejjsdw;
/**
*
*/
private String ejjsdwmc;
/**
*
*/
private String sjddsj;
/**
*
*/
private String sjjssj;
/**
*
*/
private String sjjsr;
/**
*
*/
private String sjjsrxm;
/**
*
*/
private String sjjsd;
/**
*
*/
private String sjjsdwmc;
/**
*
*/
private String cjbs;
/**
*
*/
private String djdw;
/**
*
*/
private String djr;
/**
*
*/
private String djsj;
/**
*
*/
private String xgr;
/**
*
*/
private String xgsj;
/**
*
*/
private String xgdw;
/**
*
*/
private String djrxm;
/**
*
*/
private String djdwmc;
/**
*
*/
private String xgrxm;
/**
*
*/
private String xgdwmc;
/**
*
*/
private String jjrqsj;
/**
*
*/
private String jjdw;
/**
*
*/
private String jjdwmc;
/**
*
*/
private String jjr;
/**
*
*/
private String jjrxm;
/**
*
*/
private String yjdw;
/**
*
*/
private String yjsj;
/**
*
*/
private String yjsm;
/**
*
*/
private String yjr;
/**
*
*/
private String jjxzqh;
/**
*
*/
private String jjgxdw;
/**
*
*/
private String fkyq;
/**
*
*/
private String sfyfdx;
/**
*
*/
private String jjdxnr;
/**
*
*/
private String jjdxsj;
/**
*
*/
private String sbsj;
/**
*
*/
private String sbnr;
/**
*
*/
private String cdclbm;
/**
*
*/
private String jjlx;
/**
*
*/
private String zdyjr;
/**
*
*/
private String zdyjdw;
/**
*
*/
private String zdyjsj;
/**
*
*/
private String zdyjsm;
/**
*
*/
private String sfbddh;
/**
*
*/
private String sfpj;
/**
*
*/
private String sffk;
/**
*
*/
private String bjrxbmc;
/**
*
*/
private String bjxsmc;
/**
*
*/
private String bjlxmc;
/**
*
*/
private String cllxmc;
/**
*
*/
private String hzdjmc;
/**
*
*/
private String sfzddwmc;
/**
*
*/
private String jzlbmc;
/**
*
*/
private String jzjgmc;
/**
*
*/
private String qhcsmc;
/**
*
*/
private String yfwxwzmc;
/**
*
*/
private String ywbzxlmc;
/**
*
*/
private String yftymc;
/**
*
*/
private String ywbkrymc;
/**
*
*/
private String sfzxxsmc;
/**
*
*/
private String sjjsdmc;
/**
*
*/
private String cjbsmc;
/**
*
*/
private String yjdwmc;
/**
*
*/
private String jjxzqhmc;
/**
*
*/
private String jjgxdwmc;
/**
*
*/
private String zdyjrxm;
/**
*
*/
private String zdyjdwmc;
/**
*
*/
private String sfbddhmc;
/**
*
*/
private String sfpjmc;
/**
*
*/
private String sffkmc;
/**
*
*/
private String lhlbdmmc;
/**
*
*/
private String wsRksj;
/**
*
*/
private String wsXgsj;
/**
*
*/
private String wsYxx;
/**
*
*/
private String rywksj;
/**
*
*/
private String jdzb;
/**
*
*/
private String wdzb;
@TableField(exist = false)
private static final long serialVersionUID = 1L;
}

@ -0,0 +1,26 @@
package com.ssf.mysqloracletest.mapper;
import com.ssf.mysqloracletest.domain.JcjJjxxViewMysql;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ssf.mysqloracletest.domain.VSySydzMysql;
import org.apache.ibatis.annotations.Mapper;
/**
* @author 10503
* @description jcj_jjxx_viewMapper
* @createDate 2023-11-29 16:13:53
* @Entity com.ssf.mysqloracletest.domain.JcjJjxxView
*/
@Mapper
public interface JcjJjxxViewMysqlMapper {
public JcjJjxxViewMysql selectJcjJxxById(String id);
public int insertJjxx(JcjJjxxViewMysql bean);
public int updateJjxxById(JcjJjxxViewMysql bean);
}

@ -0,0 +1,27 @@
package com.ssf.mysqloracletest.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ssf.mysqloracletest.domain.JcjJjxxViewMysql;
import com.ssf.mysqloracletest.domain.JcjJjxxViewOracle;
import com.ssf.mysqloracletest.domain.TJksbglOracle;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
import java.util.Map;
/**
* @author 10503
* @description jcj_jjxx_viewMapper
* @createDate 2023-11-29 16:13:53
* @Entity com.ssf.mysqloracletest.domain.JcjJjxxView
*/
@Mapper
public interface JcjJjxxViewOracleMapper {
public int countJjxx();
public List<JcjJjxxViewOracle> getJjxxList(Map map);
}

@ -0,0 +1,18 @@
package com.ssf.mysqloracletest.service;
import com.ssf.mysqloracletest.domain.JcjJjxxViewMysql;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* @author 10503
* @description jcj_jjxx_viewService
* @createDate 2023-11-29 16:13:53
*/
public interface JcjJjxxViewMysqlService {
public JcjJjxxViewMysql selectJcjJxxById(String id);
public int insertJjxx(JcjJjxxViewMysql jjxx);
public int updateJjxxById(JcjJjxxViewMysql jjxx);
}

@ -0,0 +1,21 @@
package com.ssf.mysqloracletest.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.ssf.mysqloracletest.domain.JcjJjxxViewMysql;
import com.ssf.mysqloracletest.domain.JcjJjxxViewOracle;
import com.ssf.mysqloracletest.domain.TJksbglOracle;
import java.util.List;
import java.util.Map;
/**
* @author 10503
* @description jcj_jjxx_viewService
* @createDate 2023-11-29 16:13:53
*/
public interface JcjJjxxViewOracleService{
public int countJjxx();
public List<JcjJjxxViewOracle> getJjxxList(Map map);
}

@ -0,0 +1,41 @@
package com.ssf.mysqloracletest.service.impl;
import com.baomidou.dynamic.datasource.annotation.DS;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.ssf.mysqloracletest.domain.JcjJjxxViewMysql;
import com.ssf.mysqloracletest.service.JcjJjxxViewMysqlService;
import com.ssf.mysqloracletest.mapper.JcjJjxxViewMysqlMapper;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;
/**
* @author 10503
* @description jcj_jjxx_viewService
* @createDate 2023-11-29 16:13:53
*/
@Service
@DS("mysql")
@RequiredArgsConstructor
public class JcjJjxxViewMysqlServiceImpl implements JcjJjxxViewMysqlService {
private final JcjJjxxViewMysqlMapper jcxxMapper;
@Override
public JcjJjxxViewMysql selectJcjJxxById(String id) {
return jcxxMapper.selectJcjJxxById(id);
}
@Override
public int insertJjxx(JcjJjxxViewMysql jjxx) {
return jcxxMapper.insertJjxx(jjxx);
}
@Override
public int updateJjxxById(JcjJjxxViewMysql jjxx) {
return jcxxMapper.updateJjxxById(jjxx);
}
}

@ -0,0 +1,38 @@
package com.ssf.mysqloracletest.service.impl;
import com.baomidou.dynamic.datasource.annotation.DS;
import com.ssf.mysqloracletest.domain.JcjJjxxViewOracle;
import com.ssf.mysqloracletest.mapper.JcjJjxxViewOracleMapper;
import com.ssf.mysqloracletest.service.JcjJjxxViewOracleService;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
import java.util.Map;
/**
* @author 10503
* @description jcj_jjxx_viewService
* @createDate 2023-11-29 16:13:53
*/
@Service
@DS("oracleSydz")
public class JcjJjxxViewOracleServiceImpl implements JcjJjxxViewOracleService {
@Resource
private JcjJjxxViewOracleMapper oracleMapper;
@Override
public int countJjxx() {
return oracleMapper.countJjxx();
}
@Override
public List<JcjJjxxViewOracle> getJjxxList(Map map) {
return oracleMapper.getJjxxList(map);
}
}

@ -0,0 +1,114 @@
package com.ssf.mysqloracletest.task;
import com.ssf.mysqloracletest.domain.JcjJjxxViewMysql;
import com.ssf.mysqloracletest.domain.JcjJjxxViewOracle;
import com.ssf.mysqloracletest.service.JcjJjxxViewMysqlService;
import com.ssf.mysqloracletest.service.JcjJjxxViewOracleService;
import com.ssf.mysqloracletest.utils.ConfigParam;
import com.ssf.mysqloracletest.utils.NumKit;
import com.ssf.mysqloracletest.utils.StringKit;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.BeanUtils;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
/**
*
*/
@Component
public class JjxxTask {
private static final Logger logger = LoggerFactory.getLogger(JjxxTask.class);
@Resource
private JcjJjxxViewMysqlService JjxxMysqlService;
@Resource
private JcjJjxxViewOracleService JjxxOracleService;
final int oncesCounts = NumKit.checkInt(ConfigParam.oncesCounts) == 0 ? 1000 : NumKit.checkInt(ConfigParam.oncesCounts);
private boolean JjxxTag = false;
/**
*
* //
*/
@Scheduled(initialDelay = 100, fixedDelay = 3000)
public void transjksb() {
if (JjxxTag) {
return;
}
if (!"true".equals(ConfigParam.JjxxSwitch)) {
return;
}
try {
int countJjxx = JjxxOracleService.countJjxx();
logger.info("countJjxx:" + countJjxx);
if (countJjxx > 0) {
JjxxTag = true;
int count = countJjxx / oncesCounts;
CountDownLatch latch = new CountDownLatch(count);
ExecutorService JjxxPool = Executors.newFixedThreadPool(50);
for (int i = 0; i <= count; i++) {
Map JjxxMap = new HashMap();
JjxxMap.put("rowStart", i * oncesCounts);
JjxxMap.put("rowEnd", (i + 1) * oncesCounts);
JjxxPool.submit(() -> {
try {
List<JcjJjxxViewOracle> Jjxxs = JjxxOracleService.getJjxxList(JjxxMap);
for (JcjJjxxViewOracle Jjxx : Jjxxs) {
JcjJjxxViewMysql sBean = new JcjJjxxViewMysql();
BeanUtils.copyProperties(Jjxxs, sBean);
//确定一个数据是否唯一
JcjJjxxViewMysql checkjksb = JjxxMysqlService.selectJcjJxxById(Jjxx.getJjbh());
if (checkjksb == null) {
JjxxMysqlService.insertJjxx(sBean);
logger.info("Jjxx-" + Jjxx.getJjbh() + ":插入成功");
} else {
JjxxMysqlService.updateJjxxById(sBean);
logger.info("Jjxx-" + Jjxx.getJjbh() + ":更新成功");
}
}
} catch (Exception e) {
logger.info("Jjxxs:" + StringKit.getTrace(e));
}
latch.countDown();
});
logger.info("JjxxMap数据总量:" + countJjxx + "," + "当前处理下标:" + JjxxMap.get("rowStart") + "/" + JjxxMap.get("rowEnd"));
}
try {
// Wait for all threads to complete
latch.await();
} catch (InterruptedException e) {
e.printStackTrace();
}
// 关闭线程池
JjxxPool.shutdown();
}
} catch (Exception e) {
logger.info(StringKit.getTrace(e));
}
}
}

@ -16,4 +16,5 @@ public class ConfigParam {
public static String jksbSwitch = StringKit.toString(PropertiesUtil.queryPropertiesByKey("jksbSwitch"));
public static String JjxxSwitch = StringKit.toString(PropertiesUtil.queryPropertiesByKey("JjxxSwitch"));
}

@ -0,0 +1,546 @@
<?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="com.ssf.mysqloracletest.mapper.JcjJjxxViewMysqlMapper">
<resultMap id="BaseResultMap" type="com.ssf.mysqloracletest.domain.JcjJjxxViewMysql">
<result property="jjbh" column="JJBH" jdbcType="VARCHAR"/>
<result property="jjdbh" column="JJDBH" jdbcType="VARCHAR"/>
<result property="pjdbh" column="PJDBH" jdbcType="VARCHAR"/>
<result property="gljjdbh" column="GLJJDBH" jdbcType="VARCHAR"/>
<result property="jjlyh" column="JJLYH" jdbcType="VARCHAR"/>
<result property="pjlyh" column="PJLYH" jdbcType="VARCHAR"/>
<result property="ldgbh" column="LDGBH" jdbcType="VARCHAR"/>
<result property="jjyxm" column="JJYXM" jdbcType="VARCHAR"/>
<result property="pjyxm" column="PJYXM" jdbcType="VARCHAR"/>
<result property="lhlbdm" column="LHLBDM" jdbcType="VARCHAR"/>
<result property="bjdhsj" column="BJDHSJ" jdbcType="VARCHAR"/>
<result property="bjdh" column="BJDH" jdbcType="VARCHAR"/>
<result property="bjdhhm" column="BJDHHM" jdbcType="VARCHAR"/>
<result property="bjdhdz" column="BJDHDZ" jdbcType="VARCHAR"/>
<result property="thsc" column="THSC" jdbcType="VARCHAR"/>
<result property="bjr" column="BJR" jdbcType="VARCHAR"/>
<result property="bjrxb" column="BJRXB" jdbcType="VARCHAR"/>
<result property="lxdh" column="LXDH" jdbcType="VARCHAR"/>
<result property="bjxs" column="BJXS" jdbcType="VARCHAR"/>
<result property="bjlx" column="BJLX" jdbcType="VARCHAR"/>
<result property="sfdd" column="SFDD" jdbcType="VARCHAR"/>
<result property="bjnr" column="BJNR" jdbcType="VARCHAR"/>
<result property="bcjjnr" column="BCJJNR" jdbcType="VARCHAR"/>
<result property="sjcph" column="SJCPH" jdbcType="VARCHAR"/>
<result property="cllx" column="CLLX" jdbcType="VARCHAR"/>
<result property="syqx" column="SYQX" jdbcType="VARCHAR"/>
<result property="clqx" column="CLQX" jdbcType="VARCHAR"/>
<result property="hzdj" column="HZDJ" jdbcType="VARCHAR"/>
<result property="sfzddw" column="SFZDDW" jdbcType="VARCHAR"/>
<result property="zddwbm" column="ZDDWBM" jdbcType="VARCHAR"/>
<result property="jzlb" column="JZLB" jdbcType="VARCHAR"/>
<result property="jzjg" column="JZJG" jdbcType="VARCHAR"/>
<result property="qhcs" column="QHCS" jdbcType="VARCHAR"/>
<result property="bzwqk" column="BZWQK" jdbcType="VARCHAR"/>
<result property="blqk" column="BLQK" jdbcType="VARCHAR"/>
<result property="sfbw" column="SFBW" jdbcType="VARCHAR"/>
<result property="rswxz" column="RSWXZ" jdbcType="VARCHAR"/>
<result property="yfwxwz" column="YFWXWZ" jdbcType="VARCHAR"/>
<result property="ywbzxl" column="YWBZXL" jdbcType="VARCHAR"/>
<result property="yfty" column="YFTY" jdbcType="VARCHAR"/>
<result property="ywbkry" column="YWBKRY" jdbcType="VARCHAR"/>
<result property="gisX" column="GIS_X" jdbcType="VARCHAR"/>
<result property="gisY" column="GIS_Y" jdbcType="VARCHAR"/>
<result property="sfzxxs" column="SFZXXS" jdbcType="VARCHAR"/>
<result property="bjtdyy" column="BJTDYY" jdbcType="VARCHAR"/>
<result property="pjsj" column="PJSJ" jdbcType="VARCHAR"/>
<result property="bjcjyj" column="BJCJYJ" jdbcType="VARCHAR"/>
<result property="ejddsj" column="EJDDSJ" jdbcType="VARCHAR"/>
<result property="ejjssj" column="EJJSSJ" jdbcType="VARCHAR"/>
<result property="ejxfsj" column="EJXFSJ" jdbcType="VARCHAR"/>
<result property="ejjsr" column="EJJSR" jdbcType="VARCHAR"/>
<result property="ejjsrxm" column="EJJSRXM" jdbcType="VARCHAR"/>
<result property="ejjsdw" column="EJJSDW" jdbcType="VARCHAR"/>
<result property="ejjsdwmc" column="EJJSDWMC" jdbcType="VARCHAR"/>
<result property="sjddsj" column="SJDDSJ" jdbcType="VARCHAR"/>
<result property="sjjssj" column="SJJSSJ" jdbcType="VARCHAR"/>
<result property="sjjsr" column="SJJSR" jdbcType="VARCHAR"/>
<result property="sjjsrxm" column="SJJSRXM" jdbcType="VARCHAR"/>
<result property="sjjsd" column="SJJSD" jdbcType="VARCHAR"/>
<result property="sjjsdwmc" column="SJJSDWMC" jdbcType="VARCHAR"/>
<result property="cjbs" column="CJBS" jdbcType="VARCHAR"/>
<result property="djdw" column="DJDW" jdbcType="VARCHAR"/>
<result property="djr" column="DJR" jdbcType="VARCHAR"/>
<result property="djsj" column="DJSJ" jdbcType="VARCHAR"/>
<result property="xgr" column="XGR" jdbcType="VARCHAR"/>
<result property="xgsj" column="XGSJ" jdbcType="VARCHAR"/>
<result property="xgdw" column="XGDW" jdbcType="VARCHAR"/>
<result property="djrxm" column="DJRXM" jdbcType="VARCHAR"/>
<result property="djdwmc" column="DJDWMC" jdbcType="VARCHAR"/>
<result property="xgrxm" column="XGRXM" jdbcType="VARCHAR"/>
<result property="xgdwmc" column="XGDWMC" jdbcType="VARCHAR"/>
<result property="jjrqsj" column="JJRQSJ" jdbcType="VARCHAR"/>
<result property="jjdw" column="JJDW" jdbcType="VARCHAR"/>
<result property="jjdwmc" column="JJDWMC" jdbcType="VARCHAR"/>
<result property="jjr" column="JJR" jdbcType="VARCHAR"/>
<result property="jjrxm" column="JJRXM" jdbcType="VARCHAR"/>
<result property="yjdw" column="YJDW" jdbcType="VARCHAR"/>
<result property="yjsj" column="YJSJ" jdbcType="VARCHAR"/>
<result property="yjsm" column="YJSM" jdbcType="VARCHAR"/>
<result property="yjr" column="YJR" jdbcType="VARCHAR"/>
<result property="jjxzqh" column="JJXZQH" jdbcType="VARCHAR"/>
<result property="jjgxdw" column="JJGXDW" jdbcType="VARCHAR"/>
<result property="fkyq" column="FKYQ" jdbcType="VARCHAR"/>
<result property="sfyfdx" column="SFYFDX" jdbcType="VARCHAR"/>
<result property="jjdxnr" column="JJDXNR" jdbcType="VARCHAR"/>
<result property="jjdxsj" column="JJDXSJ" jdbcType="VARCHAR"/>
<result property="sbsj" column="SBSJ" jdbcType="VARCHAR"/>
<result property="sbnr" column="SBNR" jdbcType="VARCHAR"/>
<result property="cdclbm" column="CDCLBM" jdbcType="VARCHAR"/>
<result property="jjlx" column="JJLX" jdbcType="VARCHAR"/>
<result property="zdyjr" column="ZDYJR" jdbcType="VARCHAR"/>
<result property="zdyjdw" column="ZDYJDW" jdbcType="VARCHAR"/>
<result property="zdyjsj" column="ZDYJSJ" jdbcType="VARCHAR"/>
<result property="zdyjsm" column="ZDYJSM" jdbcType="VARCHAR"/>
<result property="sfbddh" column="SFBDDH" jdbcType="VARCHAR"/>
<result property="sfpj" column="SFPJ" jdbcType="VARCHAR"/>
<result property="sffk" column="SFFK" jdbcType="VARCHAR"/>
<result property="bjrxbmc" column="BJRXBMC" jdbcType="VARCHAR"/>
<result property="bjxsmc" column="BJXSMC" jdbcType="VARCHAR"/>
<result property="bjlxmc" column="BJLXMC" jdbcType="VARCHAR"/>
<result property="cllxmc" column="CLLXMC" jdbcType="VARCHAR"/>
<result property="hzdjmc" column="HZDJMC" jdbcType="VARCHAR"/>
<result property="sfzddwmc" column="SFZDDWMC" jdbcType="VARCHAR"/>
<result property="jzlbmc" column="JZLBMC" jdbcType="VARCHAR"/>
<result property="jzjgmc" column="JZJGMC" jdbcType="VARCHAR"/>
<result property="qhcsmc" column="QHCSMC" jdbcType="VARCHAR"/>
<result property="yfwxwzmc" column="YFWXWZMC" jdbcType="VARCHAR"/>
<result property="ywbzxlmc" column="YWBZXLMC" jdbcType="VARCHAR"/>
<result property="yftymc" column="YFTYMC" jdbcType="VARCHAR"/>
<result property="ywbkrymc" column="YWBKRYMC" jdbcType="VARCHAR"/>
<result property="sfzxxsmc" column="SFZXXSMC" jdbcType="VARCHAR"/>
<result property="sjjsdmc" column="SJJSDMC" jdbcType="VARCHAR"/>
<result property="cjbsmc" column="CJBSMC" jdbcType="VARCHAR"/>
<result property="yjdwmc" column="YJDWMC" jdbcType="VARCHAR"/>
<result property="jjxzqhmc" column="JJXZQHMC" jdbcType="VARCHAR"/>
<result property="jjgxdwmc" column="JJGXDWMC" jdbcType="VARCHAR"/>
<result property="zdyjrxm" column="ZDYJRXM" jdbcType="VARCHAR"/>
<result property="zdyjdwmc" column="ZDYJDWMC" jdbcType="VARCHAR"/>
<result property="sfbddhmc" column="SFBDDHMC" jdbcType="VARCHAR"/>
<result property="sfpjmc" column="SFPJMC" jdbcType="VARCHAR"/>
<result property="sffkmc" column="SFFKMC" jdbcType="VARCHAR"/>
<result property="lhlbdmmc" column="LHLBDMMC" jdbcType="VARCHAR"/>
<result property="wsRksj" column="WS_RKSJ" jdbcType="VARCHAR"/>
<result property="wsXgsj" column="WS_XGSJ" jdbcType="VARCHAR"/>
<result property="wsYxx" column="WS_YXX" jdbcType="VARCHAR"/>
<result property="rywksj" column="RYWKSJ" jdbcType="VARCHAR"/>
<result property="jdzb" column="JDZB" jdbcType="VARCHAR"/>
<result property="wdzb" column="WDZB" jdbcType="VARCHAR"/>
</resultMap>
<select id="selectJcjJxxById" parameterType="java.lang.String" resultMap="BaseResultMap">
select *
from jcj_jjxx_view
where jjbh = #{jjbh}
limit 1
</select>
<insert id="insertJjxx" parameterType="com.ssf.mysqloracletest.domain.JcjJjxxViewMysql" useGeneratedKeys="true"
keyProperty="id">
insert into jcj_jjxx_view
<trim prefix="(" suffix=")" suffixOverrides=",">
<if test="jjbh != null and jjbh != '' ">jjbh,</if>
<if test="jjdbh != null and jjdbh != '' ">jjdbh,</if>
<if test="pjdbh != null and pjdbh != '' ">pjdbh,</if>
<if test="gljjdbh != null and gljjdbh != '' ">gljjdbh,</if>
<if test="jjlyh != null and jjlyh != '' ">jjlyh,</if>
<if test="pjlyh != null and pjlyh != '' ">pjlyh,</if>
<if test="ldgbh != null and ldgbh != '' ">ldgbh,</if>
<if test="jjyxm != null and jjyxm != '' ">jjyxm,</if>
<if test="pjyxm != null and pjyxm != '' ">pjyxm,</if>
<if test="lhlbdm != null and lhlbdm != '' ">lhlbdm,</if>
<if test="bjdhsj != null and bjdhsj != '' ">bjdhsj,</if>
<if test="bjdh != null and bjdh != '' ">bjdh,</if>
<if test="bjdhhm != null and bjdhhm != '' ">bjdhhm,</if>
<if test="bjdhdz != null and bjdhdz != '' ">bjdhdz,</if>
<if test="thsc != null and thsc != '' ">thsc,</if>
<if test="bjr != null and bjr != '' ">bjr,</if>
<if test="bjrxb != null and bjrxb != '' ">bjrxb,</if>
<if test="lxdh != null and lxdh != '' ">lxdh,</if>
<if test="bjxs != null and bjxs != '' ">bjxs,</if>
<if test="bjlx != null and bjlx != '' ">bjlx,</if>
<if test="sfdd != null and sfdd != '' ">sfdd,</if>
<if test="bjnr != null and bjnr != '' ">bjnr,</if>
<if test="bcjjnr != null and bcjjnr != '' ">bcjjnr,</if>
<if test="sjcph != null and sjcph != '' ">sjcph,</if>
<if test="cllx != null and cllx != '' ">cllx,</if>
<if test="syqx != null and syqx != '' ">syqx,</if>
<if test="clqx != null and clqx != '' ">clqx,</if>
<if test="hzdj != null and hzdj != '' ">hzdj,</if>
<if test="sfzddw != null and sfzddw != '' ">sfzddw,</if>
<if test="zddwbm != null and zddwbm != '' ">zddwbm,</if>
<if test="jzlb != null and jzlb != '' ">jzlb,</if>
<if test="jzjg != null and jzjg != '' ">jzjg,</if>
<if test="qhcs != null and qhcs != '' ">qhcs,</if>
<if test="bzwqk != null and bzwqk != '' ">bzwqk,</if>
<if test="blqk != null and blqk != '' ">blqk,</if>
<if test="sfbw != null and sfbw != '' ">sfbw,</if>
<if test="rswxz != null and rswxz != '' ">rswxz,</if>
<if test="yfwxwz != null and yfwxwz != '' ">yfwxwz,</if>
<if test="ywbzxl != null and ywbzxl != '' ">ywbzxl,</if>
<if test="yfty != null and yfty != '' ">yfty,</if>
<if test="ywbkry != null and ywbkry != '' ">ywbkry,</if>
<if test="gisX != null and gisX != '' ">gisX,</if>
<if test="gisY != null and gisY != '' ">gisY,</if>
<if test="sfzxxs != null and sfzxxs != '' ">sfzxxs,</if>
<if test="bjtdyy != null and bjtdyy != '' ">bjtdyy,</if>
<if test="pjsj != null and pjsj != '' ">pjsj,</if>
<if test="bjcjyj != null and bjcjyj != '' ">bjcjyj,</if>
<if test="ejddsj != null and ejddsj != '' ">ejddsj,</if>
<if test="ejjssj != null and ejjssj != '' ">ejjssj,</if>
<if test="ejxfsj != null and ejxfsj != '' ">ejxfsj,</if>
<if test="ejjsr != null and ejjsr != '' ">ejjsr,</if>
<if test="ejjsrxm != null and ejjsrxm != '' ">ejjsrxm,</if>
<if test="ejjsdw != null and ejjsdw != '' ">ejjsdw,</if>
<if test="ejjsdwmc != null and ejjsdwmc != '' ">ejjsdwmc,</if>
<if test="sjddsj != null and sjddsj != '' ">sjddsj,</if>
<if test="sjjssj != null and sjjssj != '' ">sjjssj,</if>
<if test="sjjsr != null and sjjsr != '' ">sjjsr,</if>
<if test="sjjsrxm != null and sjjsrxm != '' ">sjjsrxm,</if>
<if test="sjjsd != null and sjjsd != '' ">sjjsd,</if>
<if test="sjjsdwmc != null and sjjsdwmc != '' ">sjjsdwmc,</if>
<if test="cjbs != null and cjbs != '' ">cjbs,</if>
<if test="djdw != null and djdw != '' ">djdw,</if>
<if test="djr != null and djr != '' ">djr,</if>
<if test="djsj != null and djsj != '' ">djsj,</if>
<if test="xgr != null and xgr != '' ">xgr,</if>
<if test="xgsj != null and xgsj != '' ">xgsj,</if>
<if test="xgdw != null and xgdw != '' ">xgdw,</if>
<if test="djrxm != null and djrxm != '' ">djrxm,</if>
<if test="djdwmc != null and djdwmc != '' ">djdwmc,</if>
<if test="xgrxm != null and xgrxm != '' ">xgrxm,</if>
<if test="xgdwmc != null and xgdwmc != '' ">xgdwmc,</if>
<if test="jjrqsj != null and jjrqsj != '' ">jjrqsj,</if>
<if test="jjdw != null and jjdw != '' ">jjdw,</if>
<if test="jjdwmc != null and jjdwmc != '' ">jjdwmc,</if>
<if test="jjr != null and jjr != '' ">jjr,</if>
<if test="jjrxm != null and jjrxm != '' ">jjrxm,</if>
<if test="yjdw != null and yjdw != '' ">yjdw,</if>
<if test="yjsj != null and yjsj != '' ">yjsj,</if>
<if test="yjsm != null and yjsm != '' ">yjsm,</if>
<if test="yjr != null and yjr != '' ">yjr,</if>
<if test="jjxzqh != null and jjxzqh != '' ">jjxzqh,</if>
<if test="jjgxdw != null and jjgxdw != '' ">jjgxdw,</if>
<if test="fkyq != null and fkyq != '' ">fkyq,</if>
<if test="sfyfdx != null and sfyfdx != '' ">sfyfdx,</if>
<if test="jjdxnr != null and jjdxnr != '' ">jjdxnr,</if>
<if test="jjdxsj != null and jjdxsj != '' ">jjdxsj,</if>
<if test="sbsj != null and sbsj != '' ">sbsj,</if>
<if test="sbnr != null and sbnr != '' ">sbnr,</if>
<if test="cdclbm != null and cdclbm != '' ">cdclbm,</if>
<if test="jjlx != null and jjlx != '' ">jjlx,</if>
<if test="zdyjr != null and zdyjr != '' ">zdyjr,</if>
<if test="zdyjdw != null and zdyjdw != '' ">zdyjdw,</if>
<if test="zdyjsj != null and zdyjsj != '' ">zdyjsj,</if>
<if test="zdyjsm != null and zdyjsm != '' ">zdyjsm,</if>
<if test="sfbddh != null and sfbddh != '' ">sfbddh,</if>
<if test="sfpj != null and sfpj != '' ">sfpj,</if>
<if test="sffk != null and sffk != '' ">sffk,</if>
<if test="bjrxbmc != null and bjrxbmc != '' ">bjrxbmc,</if>
<if test="bjxsmc != null and bjxsmc != '' ">bjxsmc,</if>
<if test="bjlxmc != null and bjlxmc != '' ">bjlxmc,</if>
<if test="cllxmc != null and cllxmc != '' ">cllxmc,</if>
<if test="hzdjmc != null and hzdjmc != '' ">hzdjmc,</if>
<if test="hzdjmc != null and hzdjmc != '' ">hzdjmc,</if>
<if test="jzlbmc != null and jzlbmc != '' ">jzlbmc,</if>
<if test="jzjgmc != null and jzjgmc != '' ">jzjgmc,</if>
<if test="qhcsmc != null and qhcsmc != '' ">qhcsmc,</if>
<if test="yfwxwzmc != null and yfwxwzmc != '' ">yfwxwzmc,</if>
<if test="ywbzxlmc != null and ywbzxlmc != '' ">ywbzxlmc,</if>
<if test="yftymc != null and yftymc != '' ">yftymc,</if>
<if test="ywbkrymc != null and ywbkrymc != '' ">ywbkrymc,</if>
<if test="sfzxxsmc != null and sfzxxsmc != '' ">sfzxxsmc,</if>
<if test="sjjsdmc != null and sjjsdmc != '' ">sjjsdmc,</if>
<if test="cjbsmc != null and cjbsmc != '' ">cjbsmc,</if>
<if test="yjdwmc != null and yjdwmc != '' ">yjdwmc,</if>
<if test="jjxzqhmc != null and jjxzqhmc != '' ">jjxzqhmc,</if>
<if test="jjgxdwmc != null and jjgxdwmc != '' ">jjgxdwmc,</if>
<if test="zdyjrxm != null and zdyjrxm != '' ">zdyjrxm,</if>
<if test="zdyjdwmc != null and zdyjdwmc != '' ">zdyjdwmc,</if>
<if test="sfbddhmc != null and sfbddhmc != '' ">sfbddhmc,</if>
<if test="sfpjmc != null and sfpjmc != '' ">sfpjmc,</if>
<if test="sffkmc != null and sffkmc != '' ">sffkmc,</if>
<if test="lhlbdmmc != null and lhlbdmmc != '' ">lhlbdmmc,</if>
<if test="wsRksj != null and wsRksj != '' ">wsRksj,</if>
<if test="wsXgsj != null and wsXgsj != '' ">wsXgsj,</if>
<if test="wsYxx != null and wsYxx != '' ">wsYxx,</if>
<if test="rywksj != null and rywksj != '' ">rywksj,</if>
<if test="jdzb != null and jdzb != '' ">jdzb,</if>
<if test="wdzb != null and wdzb != '' ">wdzb,</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="jjbh != null and jjbh != '' ">#{jjbh},</if>
<if test="jjdbh != null and jjdbh != '' ">#{jjdbh},</if>
<if test="pjdbh != null and pjdbh != '' ">#{pjdbh},</if>
<if test="gljjdbh != null and gljjdbh != '' ">#{gljjdbh},</if>
<if test="jjlyh != null and jjlyh != '' ">#{jjlyh},</if>
<if test="pjlyh != null and pjlyh != '' ">#{pjlyh},</if>
<if test="ldgbh != null and ldgbh != '' ">#{ldgbh},</if>
<if test="jjyxm != null and jjyxm != '' ">#{jjyxm},</if>
<if test="pjyxm != null and pjyxm != '' ">#{pjyxm},</if>
<if test="lhlbdm != null and lhlbdm != '' ">#{lhlbdm},</if>
<if test="bjdhsj != null and bjdhsj != '' ">#{bjdhsj},</if>
<if test="bjdh != null and bjdh != '' ">#{bjdh},</if>
<if test="bjdhhm != null and bjdhhm != '' ">#{bjdhhm},</if>
<if test="bjdhdz != null and bjdhdz != '' ">#{bjdhdz},</if>
<if test="thsc != null and thsc != '' ">#{thsc},</if>
<if test="bjr != null and bjr != '' ">#{bjr},</if>
<if test="bjrxb != null and bjrxb != '' ">#{bjrxb},</if>
<if test="lxdh != null and lxdh != '' ">#{lxdh},</if>
<if test="bjxs != null and bjxs != '' ">#{bjxs},</if>
<if test="bjlx != null and bjlx != '' ">#{bjlx},</if>
<if test="sfdd != null and sfdd != '' ">#{sfdd},</if>
<if test="bjnr != null and bjnr != '' ">#{bjnr},</if>
<if test="bcjjnr != null and bcjjnr != '' ">#{bcjjnr},</if>
<if test="sjcph != null and sjcph != '' ">#{sjcph},</if>
<if test="cllx != null and cllx != '' ">#{cllx},</if>
<if test="syqx != null and syqx != '' ">#{syqx},</if>
<if test="clqx != null and clqx != '' ">#{clqx},</if>
<if test="hzdj != null and hzdj != '' ">#{hzdj},</if>
<if test="sfzddw != null and sfzddw != '' ">#{sfzddw},</if>
<if test="zddwbm != null and zddwbm != '' ">#{zddwbm},</if>
<if test="jzlb != null and jzlb != '' ">#{jzlb},</if>
<if test="jzjg != null and jzjg != '' ">#{jzjg},</if>
<if test="qhcs != null and qhcs != '' ">#{qhcs},</if>
<if test="bzwqk != null and bzwqk != '' ">#{bzwqk},</if>
<if test="blqk != null and blqk != '' ">#{blqk},</if>
<if test="sfbw != null and sfbw != '' ">#{sfbw},</if>
<if test="rswxz != null and rswxz != '' ">#{rswxz},</if>
<if test="yfwxwz != null and yfwxwz != '' ">#{yfwxwz},</if>
<if test="ywbzxl != null and ywbzxl != '' ">#{ywbzxl},</if>
<if test="yfty != null and yfty != '' ">#{yfty},</if>
<if test="ywbkry != null and ywbkry != '' ">#{ywbkry},</if>
<if test="gisX != null and gisX != '' ">#{gisX},</if>
<if test="gisY != null and gisY != '' ">#{gisY},</if>
<if test="sfzxxs != null and sfzxxs != '' ">#{sfzxxs},</if>
<if test="bjtdyy != null and bjtdyy != '' ">#{bjtdyy},</if>
<if test="pjsj != null and pjsj != '' ">#{pjsj},</if>
<if test="bjcjyj != null and bjcjyj != '' ">#{bjcjyj},</if>
<if test="ejddsj != null and ejddsj != '' ">#{ejddsj},</if>
<if test="ejjssj != null and ejjssj != '' ">#{ejjssj},</if>
<if test="ejxfsj != null and ejxfsj != '' ">#{ejxfsj},</if>
<if test="ejjsr != null and ejjsr != '' ">#{ejjsr},</if>
<if test="ejjsrxm != null and ejjsrxm != '' ">#{ejjsrxm},</if>
<if test="ejjsdw != null and ejjsdw != '' ">#{ejjsdw},</if>
<if test="ejjsdwmc != null and ejjsdwmc != '' ">#{ejjsdwmc},</if>
<if test="sjddsj != null and sjddsj != '' ">#{sjddsj},</if>
<if test="sjjssj != null and sjjssj != '' ">#{sjjssj},</if>
<if test="sjjsr != null and sjjsr != '' ">#{sjjsr},</if>
<if test="sjjsrxm != null and sjjsrxm != '' ">#{sjjsrxm},</if>
<if test="sjjsd != null and sjjsd != '' ">#{sjjsd},</if>
<if test="sjjsdwmc != null and sjjsdwmc != '' ">#{sjjsdwmc},</if>
<if test="cjbs != null and cjbs != '' ">#{cjbs},</if>
<if test="djdw != null and djdw != '' ">#{djdw},</if>
<if test="djr != null and djr != '' ">#{djr},</if>
<if test="djsj != null and djsj != '' ">#{djsj},</if>
<if test="xgr != null and xgr != '' ">#{xgr},</if>
<if test="xgsj != null and xgsj != '' ">#{xgsj},</if>
<if test="xgdw != null and xgdw != '' ">#{xgdw},</if>
<if test="djrxm != null and djrxm != '' ">#{djrxm},</if>
<if test="djdwmc != null and djdwmc != '' ">#{djdwmc},</if>
<if test="xgrxm != null and xgrxm != '' ">#{xgrxm},</if>
<if test="xgdwmc != null and xgdwmc != '' ">#{xgdwmc},</if>
<if test="jjrqsj != null and jjrqsj != '' ">#{jjrqsj},</if>
<if test="jjdw != null and jjdw != '' ">#{jjdw},</if>
<if test="jjdwmc != null and jjdwmc != '' ">#{jjdwmc},</if>
<if test="jjr != null and jjr != '' ">#{jjr},</if>
<if test="jjrxm != null and jjrxm != '' ">#{jjrxm},</if>
<if test="yjdw != null and yjdw != '' ">#{yjdw},</if>
<if test="yjsj != null and yjsj != '' ">#{yjsj},</if>
<if test="yjsm != null and yjsm != '' ">#{yjsm},</if>
<if test="yjr != null and yjr != '' ">#{yjr},</if>
<if test="jjxzqh != null and jjxzqh != '' ">#{jjxzqh},</if>
<if test="jjgxdw != null and jjgxdw != '' ">#{jjgxdw},</if>
<if test="fkyq != null and fkyq != '' ">#{fkyq},</if>
<if test="sfyfdx != null and sfyfdx != '' ">#{sfyfdx},</if>
<if test="jjdxnr != null and jjdxnr != '' ">#{jjdxnr},</if>
<if test="jjdxsj != null and jjdxsj != '' ">#{jjdxsj},</if>
<if test="sbsj != null and sbsj != '' ">#{sbsj},</if>
<if test="sbnr != null and sbnr != '' ">#{sbnr},</if>
<if test="cdclbm != null and cdclbm != '' ">#{cdclbm},</if>
<if test="jjlx != null and jjlx != '' ">#{jjlx},</if>
<if test="zdyjr != null and zdyjr != '' ">#{zdyjr},</if>
<if test="zdyjdw != null and zdyjdw != '' ">#{zdyjdw},</if>
<if test="zdyjsj != null and zdyjsj != '' ">#{zdyjsj},</if>
<if test="zdyjsm != null and zdyjsm != '' ">#{zdyjsm},</if>
<if test="sfbddh != null and sfbddh != '' ">#{sfbddh},</if>
<if test="sfpj != null and sfpj != '' ">#{sfpj},</if>
<if test="sffk != null and sffk != '' ">#{sffk},</if>
<if test="bjrxbmc != null and bjrxbmc != '' ">#{bjrxbmc},</if>
<if test="bjxsmc != null and bjxsmc != '' ">#{bjxsmc},</if>
<if test="bjlxmc != null and bjlxmc != '' ">#{bjlxmc},</if>
<if test="cllxmc != null and cllxmc != '' ">#{cllxmc},</if>
<if test="hzdjmc != null and hzdjmc != '' ">#{hzdjmc},</if>
<if test="hzdjmc != null and hzdjmc != '' ">#{hzdjmc},</if>
<if test="jzlbmc != null and jzlbmc != '' ">#{jzlbmc},</if>
<if test="jzjgmc != null and jzjgmc != '' ">#{jzjgmc},</if>
<if test="qhcsmc != null and qhcsmc != '' ">#{qhcsmc},</if>
<if test="yfwxwzmc != null and yfwxwzmc != '' ">#{yfwxwzmc},</if>
<if test="ywbzxlmc != null and ywbzxlmc != '' ">#{ywbzxlmc},</if>
<if test="yftymc != null and yftymc != '' ">#{yftymc},</if>
<if test="ywbkrymc != null and ywbkrymc != '' ">#{ywbkrymc},</if>
<if test="sfzxxsmc != null and sfzxxsmc != '' ">#{sfzxxsmc},</if>
<if test="sjjsdmc != null and sjjsdmc != '' ">#{sjjsdmc},</if>
<if test="cjbsmc != null and cjbsmc != '' ">#{cjbsmc},</if>
<if test="yjdwmc != null and yjdwmc != '' ">#{yjdwmc},</if>
<if test="jjxzqhmc != null and jjxzqhmc != '' ">#{jjxzqhmc},</if>
<if test="jjgxdwmc != null and jjgxdwmc != '' ">#{jjgxdwmc},</if>
<if test="zdyjrxm != null and zdyjrxm != '' ">#{zdyjrxm},</if>
<if test="zdyjdwmc != null and zdyjdwmc != '' ">#{zdyjdwmc},</if>
<if test="sfbddhmc != null and sfbddhmc != '' ">#{sfbddhmc},</if>
<if test="sfpjmc != null and sfpjmc != '' ">#{sfpjmc},</if>
<if test="sffkmc != null and sffkmc != '' ">#{sffkmc},</if>
<if test="lhlbdmmc != null and lhlbdmmc != '' ">#{lhlbdmmc},</if>
<if test="wsRksj != null and wsRksj != '' ">#{wsRksj},</if>
<if test="wsXgsj != null and wsXgsj != '' ">#{wsXgsj},</if>
<if test="wsYxx != null and wsYxx != '' ">#{wsYxx},</if>
<if test="rywksj != null and rywksj != '' ">#{rywksj},</if>
<if test="jdzb != null and jdzb != '' ">#{jdzb},</if>
<if test="wdzb != null and wdzb != '' ">#{wdzb},</if>
</trim>
</insert>
<update id="updateJjxxById" parameterType="com.ssf.mysqloracletest.domain.JcjJjxxViewMysql">
update jcj_jjxx_view
<trim prefix="SET" suffixOverrides=",">
<if test="jjbh != null and jjbh != '' ">jjbh=#{jjbh},</if>
<if test="jjdbh != null and jjdbh != '' ">jjdbh=#{jjdbh},</if>
<if test="pjdbh != null and pjdbh != '' ">pjdbh=#{pjdbh},</if>
<if test="gljjdbh != null and gljjdbh != '' ">gljjdbh=#{gljjdbh},</if>
<if test="jjlyh != null and jjlyh != '' ">jjlyh=#{jjlyh},</if>
<if test="pjlyh != null and pjlyh != '' ">pjlyh=#{pjlyh},</if>
<if test="ldgbh != null and ldgbh != '' ">ldgbh=#{ldgbh},</if>
<if test="jjyxm != null and jjyxm != '' ">jjyxm=#{jjyxm},</if>
<if test="pjyxm != null and pjyxm != '' ">pjyxm=#{pjyxm},</if>
<if test="lhlbdm != null and lhlbdm != '' ">lhlbdm=#{lhlbdm},</if>
<if test="bjdhsj != null and bjdhsj != '' ">bjdhsj=#{bjdhsj},</if>
<if test="bjdh != null and bjdh != '' ">bjdh=#{bjdh},</if>
<if test="bjdhhm != null and bjdhhm != '' ">bjdhhm=#{bjdhhm},</if>
<if test="bjdhdz != null and bjdhdz != '' ">bjdhdz=#{bjdhdz},</if>
<if test="thsc != null and thsc != '' ">thsc=#{thsc},</if>
<if test="bjr != null and bjr != '' ">bjr=#{bjr},</if>
<if test="bjrxb != null and bjrxb != '' ">bjrxb=#{bjrxb},</if>
<if test="lxdh != null and lxdh != '' ">lxdh=#{lxdh},</if>
<if test="bjxs != null and bjxs != '' ">bjxs=#{bjxs},</if>
<if test="bjlx != null and bjlx != '' ">bjlx=#{bjlx},</if>
<if test="sfdd != null and sfdd != '' ">sfdd=#{sfdd},</if>
<if test="bjnr != null and bjnr != '' ">bjnr=#{bjnr},</if>
<if test="bcjjnr != null and bcjjnr != '' ">bcjjnr=#{bcjjnr},</if>
<if test="sjcph != null and sjcph != '' ">sjcph=#{sjcph},</if>
<if test="cllx != null and cllx != '' ">cllx=#{cllx},</if>
<if test="syqx != null and syqx != '' ">syqx=#{syqx},</if>
<if test="clqx != null and clqx != '' ">clqx=#{clqx},</if>
<if test="hzdj != null and hzdj != '' ">hzdj=#{hzdj},</if>
<if test="sfzddw != null and sfzddw != '' ">sfzddw=#{sfzddw},</if>
<if test="zddwbm != null and zddwbm != '' ">zddwbm=#{zddwbm},</if>
<if test="jzlb != null and jzlb != '' ">jzlb=#{jzlb},</if>
<if test="jzjg != null and jzjg != '' ">jzjg=#{jzjg},</if>
<if test="qhcs != null and qhcs != '' ">qhcs=#{qhcs},</if>
<if test="bzwqk != null and bzwqk != '' ">bzwqk=#{bzwqk},</if>
<if test="blqk != null and blqk != '' ">blqk=#{blqk},</if>
<if test="sfbw != null and sfbw != '' ">sfbw=#{sfbw},</if>
<if test="rswxz != null and rswxz != '' ">rswxz=#{rswxz},</if>
<if test="yfwxwz != null and yfwxwz != '' ">yfwxwz=#{yfwxwz},</if>
<if test="ywbzxl != null and ywbzxl != '' ">ywbzxl=#{ywbzxl},</if>
<if test="yfty != null and yfty != '' ">yfty=#{yfty},</if>
<if test="ywbkry != null and ywbkry != '' ">ywbkry=#{ywbkry},</if>
<if test="gisX != null and gisX != '' ">gisX=#{gisX},</if>
<if test="gisY != null and gisY != '' ">gisY=#{gisY},</if>
<if test="sfzxxs != null and sfzxxs != '' ">sfzxxs=#{sfzxxs},</if>
<if test="bjtdyy != null and bjtdyy != '' ">bjtdyy=#{bjtdyy},</if>
<if test="pjsj != null and pjsj != '' ">pjsj=#{pjsj},</if>
<if test="bjcjyj != null and bjcjyj != '' ">bjcjyj=#{bjcjyj},</if>
<if test="ejddsj != null and ejddsj != '' ">ejddsj=#{ejddsj},</if>
<if test="ejjssj != null and ejjssj != '' ">ejjssj=#{ejjssj},</if>
<if test="ejxfsj != null and ejxfsj != '' ">ejxfsj=#{ejxfsj},</if>
<if test="ejjsr != null and ejjsr != '' ">ejjsr=#{ejjsr},</if>
<if test="ejjsrxm != null and ejjsrxm != '' ">ejjsrxm=#{ejjsrxm},</if>
<if test="ejjsdw != null and ejjsdw != '' ">ejjsdw=#{ejjsdw},</if>
<if test="ejjsdwmc != null and ejjsdwmc != '' ">ejjsdwmc=#{ejjsdwmc},</if>
<if test="sjddsj != null and sjddsj != '' ">sjddsj=#{sjddsj},</if>
<if test="sjjssj != null and sjjssj != '' ">sjjssj=#{sjjssj},</if>
<if test="sjjsr != null and sjjsr != '' ">sjjsr=#{sjjsr},</if>
<if test="sjjsrxm != null and sjjsrxm != '' ">sjjsrxm=#{sjjsrxm},</if>
<if test="sjjsd != null and sjjsd != '' ">sjjsd=#{sjjsd},</if>
<if test="sjjsdwmc != null and sjjsdwmc != '' ">sjjsdwmc=#{sjjsdwmc},</if>
<if test="cjbs != null and cjbs != '' ">cjbs=#{cjbs},</if>
<if test="djdw != null and djdw != '' ">djdw=#{djdw},</if>
<if test="djr != null and djr != '' ">djr=#{djr},</if>
<if test="djsj != null and djsj != '' ">djsj=#{djsj},</if>
<if test="xgr != null and xgr != '' ">xgr=#{xgr},</if>
<if test="xgsj != null and xgsj != '' ">xgsj=#{xgsj},</if>
<if test="xgdw != null and xgdw != '' ">xgdw=#{xgdw},</if>
<if test="djrxm != null and djrxm != '' ">djrxm=#{djrxm},</if>
<if test="djdwmc != null and djdwmc != '' ">djdwmc=#{djdwmc},</if>
<if test="xgrxm != null and xgrxm != '' ">xgrxm=#{xgrxm},</if>
<if test="xgdwmc != null and xgdwmc != '' ">xgdwmc=#{xgdwmc},</if>
<if test="jjrqsj != null and jjrqsj != '' ">jjrqsj=#{jjrqsj},</if>
<if test="jjdw != null and jjdw != '' ">jjdw=#{jjdw},</if>
<if test="jjdwmc != null and jjdwmc != '' ">jjdwmc=#{jjdwmc},</if>
<if test="jjr != null and jjr != '' ">jjr=#{jjr},</if>
<if test="jjrxm != null and jjrxm != '' ">jjrxm=#{jjrxm},</if>
<if test="yjdw != null and yjdw != '' ">yjdw=#{yjdw},</if>
<if test="yjsj != null and yjsj != '' ">yjsj=#{yjsj},</if>
<if test="yjsm != null and yjsm != '' ">yjsm=#{yjsm},</if>
<if test="yjr != null and yjr != '' ">yjr=#{yjr},</if>
<if test="jjxzqh != null and jjxzqh != '' ">jjxzqh=#{jjxzqh},</if>
<if test="jjgxdw != null and jjgxdw != '' ">jjgxdw=#{jjgxdw},</if>
<if test="fkyq != null and fkyq != '' ">fkyq=#{fkyq},</if>
<if test="sfyfdx != null and sfyfdx != '' ">sfyfdx=#{sfyfdx},</if>
<if test="jjdxnr != null and jjdxnr != '' ">jjdxnr=#{jjdxnr},</if>
<if test="jjdxsj != null and jjdxsj != '' ">jjdxsj=#{jjdxsj},</if>
<if test="sbsj != null and sbsj != '' ">sbsj=#{sbsj},</if>
<if test="sbnr != null and sbnr != '' ">sbnr=#{sbnr},</if>
<if test="cdclbm != null and cdclbm != '' ">cdclbm=#{cdclbm},</if>
<if test="jjlx != null and jjlx != '' ">jjlx=#{jjlx},</if>
<if test="zdyjr != null and zdyjr != '' ">zdyjr=#{zdyjr},</if>
<if test="zdyjdw != null and zdyjdw != '' ">zdyjdw=#{zdyjdw},</if>
<if test="zdyjsj != null and zdyjsj != '' ">zdyjsj=#{zdyjsj},</if>
<if test="zdyjsm != null and zdyjsm != '' ">zdyjsm=#{zdyjsm},</if>
<if test="sfbddh != null and sfbddh != '' ">sfbddh=#{sfbddh},</if>
<if test="sfpj != null and sfpj != '' ">sfpj=#{sfpj},</if>
<if test="sffk != null and sffk != '' ">sffk=#{sffk},</if>
<if test="bjrxbmc != null and bjrxbmc != '' ">bjrxbmc=#{bjrxbmc},</if>
<if test="bjxsmc != null and bjxsmc != '' ">bjxsmc=#{bjxsmc},</if>
<if test="bjlxmc != null and bjlxmc != '' ">bjlxmc=#{bjlxmc},</if>
<if test="cllxmc != null and cllxmc != '' ">cllxmc=#{cllxmc},</if>
<if test="hzdjmc != null and hzdjmc != '' ">hzdjmc=#{hzdjmc},</if>
<if test="hzdjmc != null and hzdjmc != '' ">hzdjmc=#{hzdjmc},</if>
<if test="jzlbmc != null and jzlbmc != '' ">jzlbmc=#{jzlbmc},</if>
<if test="jzjgmc != null and jzjgmc != '' ">jzjgmc=#{jzjgmc},</if>
<if test="qhcsmc != null and qhcsmc != '' ">qhcsmc=#{qhcsmc},</if>
<if test="yfwxwzmc != null and yfwxwzmc != '' ">yfwxwzmc=#{yfwxwzmc},</if>
<if test="ywbzxlmc != null and ywbzxlmc != '' ">ywbzxlmc=#{ywbzxlmc},</if>
<if test="yftymc != null and yftymc != '' ">yftymc=#{yftymc},</if>
<if test="ywbkrymc != null and ywbkrymc != '' ">ywbkrymc=#{ywbkrymc},</if>
<if test="sfzxxsmc != null and sfzxxsmc != '' ">sfzxxsmc=#{sfzxxsmc},</if>
<if test="sjjsdmc != null and sjjsdmc != '' ">sjjsdmc=#{sjjsdmc},</if>
<if test="cjbsmc != null and cjbsmc != '' ">cjbsmc=#{cjbsmc},</if>
<if test="yjdwmc != null and yjdwmc != '' ">yjdwmc=#{yjdwmc},</if>
<if test="jjxzqhmc != null and jjxzqhmc != '' ">jjxzqhmc=#{jjxzqhmc},</if>
<if test="jjgxdwmc != null and jjgxdwmc != '' ">jjgxdwmc=#{jjgxdwmc},</if>
<if test="zdyjrxm != null and zdyjrxm != '' ">zdyjrxm=#{zdyjrxm},</if>
<if test="zdyjdwmc != null and zdyjdwmc != '' ">zdyjdwmc=#{zdyjdwmc},</if>
<if test="sfbddhmc != null and sfbddhmc != '' ">sfbddhmc=#{sfbddhmc},</if>
<if test="sfpjmc != null and sfpjmc != '' ">sfpjmc=#{sfpjmc},</if>
<if test="sffkmc != null and sffkmc != '' ">sffkmc=#{sffkmc},</if>
<if test="lhlbdmmc != null and lhlbdmmc != '' ">lhlbdmmc=#{lhlbdmmc},</if>
<if test="wsRksj != null and wsRksj != '' ">wsRksj=#{wsRksj},</if>
<if test="wsXgsj != null and wsXgsj != '' ">wsXgsj=#{wsXgsj},</if>
<if test="wsYxx != null and wsYxx != '' ">wsYxx=#{wsYxx},</if>
<if test="rywksj != null and rywksj != '' ">rywksj=#{rywksj},</if>
<if test="jdzb != null and jdzb != '' ">jdzb=#{jdzb},</if>
<if test="wdzb != null and wdzb != '' ">wdzb=#{wdzb},</if>
</trim>
where jjbh = #{jjbh}
</update>
</mapper>

@ -0,0 +1,148 @@
<?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="com.ssf.mysqloracletest.mapper.JcjJjxxViewOracleMapper">
<select id="countJjxx" resultType="int">
select count(*)
from SYX_JWPT.JCJ_JJXX_VIEW
</select>
<resultMap id="BaseResultMap" type="com.ssf.mysqloracletest.domain.JcjJjxxViewMysql">
<result property="jjbh" column="JJBH" jdbcType="VARCHAR"/>
<result property="jjdbh" column="JJDBH" jdbcType="VARCHAR"/>
<result property="pjdbh" column="PJDBH" jdbcType="VARCHAR"/>
<result property="gljjdbh" column="GLJJDBH" jdbcType="VARCHAR"/>
<result property="jjlyh" column="JJLYH" jdbcType="VARCHAR"/>
<result property="pjlyh" column="PJLYH" jdbcType="VARCHAR"/>
<result property="ldgbh" column="LDGBH" jdbcType="VARCHAR"/>
<result property="jjyxm" column="JJYXM" jdbcType="VARCHAR"/>
<result property="pjyxm" column="PJYXM" jdbcType="VARCHAR"/>
<result property="lhlbdm" column="LHLBDM" jdbcType="VARCHAR"/>
<result property="bjdhsj" column="BJDHSJ" jdbcType="VARCHAR"/>
<result property="bjdh" column="BJDH" jdbcType="VARCHAR"/>
<result property="bjdhhm" column="BJDHHM" jdbcType="VARCHAR"/>
<result property="bjdhdz" column="BJDHDZ" jdbcType="VARCHAR"/>
<result property="thsc" column="THSC" jdbcType="VARCHAR"/>
<result property="bjr" column="BJR" jdbcType="VARCHAR"/>
<result property="bjrxb" column="BJRXB" jdbcType="VARCHAR"/>
<result property="lxdh" column="LXDH" jdbcType="VARCHAR"/>
<result property="bjxs" column="BJXS" jdbcType="VARCHAR"/>
<result property="bjlx" column="BJLX" jdbcType="VARCHAR"/>
<result property="sfdd" column="SFDD" jdbcType="VARCHAR"/>
<result property="bjnr" column="BJNR" jdbcType="VARCHAR"/>
<result property="bcjjnr" column="BCJJNR" jdbcType="VARCHAR"/>
<result property="sjcph" column="SJCPH" jdbcType="VARCHAR"/>
<result property="cllx" column="CLLX" jdbcType="VARCHAR"/>
<result property="syqx" column="SYQX" jdbcType="VARCHAR"/>
<result property="clqx" column="CLQX" jdbcType="VARCHAR"/>
<result property="hzdj" column="HZDJ" jdbcType="VARCHAR"/>
<result property="sfzddw" column="SFZDDW" jdbcType="VARCHAR"/>
<result property="zddwbm" column="ZDDWBM" jdbcType="VARCHAR"/>
<result property="jzlb" column="JZLB" jdbcType="VARCHAR"/>
<result property="jzjg" column="JZJG" jdbcType="VARCHAR"/>
<result property="qhcs" column="QHCS" jdbcType="VARCHAR"/>
<result property="bzwqk" column="BZWQK" jdbcType="VARCHAR"/>
<result property="blqk" column="BLQK" jdbcType="VARCHAR"/>
<result property="sfbw" column="SFBW" jdbcType="VARCHAR"/>
<result property="rswxz" column="RSWXZ" jdbcType="VARCHAR"/>
<result property="yfwxwz" column="YFWXWZ" jdbcType="VARCHAR"/>
<result property="ywbzxl" column="YWBZXL" jdbcType="VARCHAR"/>
<result property="yfty" column="YFTY" jdbcType="VARCHAR"/>
<result property="ywbkry" column="YWBKRY" jdbcType="VARCHAR"/>
<result property="gisX" column="GIS_X" jdbcType="VARCHAR"/>
<result property="gisY" column="GIS_Y" jdbcType="VARCHAR"/>
<result property="sfzxxs" column="SFZXXS" jdbcType="VARCHAR"/>
<result property="bjtdyy" column="BJTDYY" jdbcType="VARCHAR"/>
<result property="pjsj" column="PJSJ" jdbcType="VARCHAR"/>
<result property="bjcjyj" column="BJCJYJ" jdbcType="VARCHAR"/>
<result property="ejddsj" column="EJDDSJ" jdbcType="VARCHAR"/>
<result property="ejjssj" column="EJJSSJ" jdbcType="VARCHAR"/>
<result property="ejxfsj" column="EJXFSJ" jdbcType="VARCHAR"/>
<result property="ejjsr" column="EJJSR" jdbcType="VARCHAR"/>
<result property="ejjsrxm" column="EJJSRXM" jdbcType="VARCHAR"/>
<result property="ejjsdw" column="EJJSDW" jdbcType="VARCHAR"/>
<result property="ejjsdwmc" column="EJJSDWMC" jdbcType="VARCHAR"/>
<result property="sjddsj" column="SJDDSJ" jdbcType="VARCHAR"/>
<result property="sjjssj" column="SJJSSJ" jdbcType="VARCHAR"/>
<result property="sjjsr" column="SJJSR" jdbcType="VARCHAR"/>
<result property="sjjsrxm" column="SJJSRXM" jdbcType="VARCHAR"/>
<result property="sjjsd" column="SJJSD" jdbcType="VARCHAR"/>
<result property="sjjsdwmc" column="SJJSDWMC" jdbcType="VARCHAR"/>
<result property="cjbs" column="CJBS" jdbcType="VARCHAR"/>
<result property="djdw" column="DJDW" jdbcType="VARCHAR"/>
<result property="djr" column="DJR" jdbcType="VARCHAR"/>
<result property="djsj" column="DJSJ" jdbcType="VARCHAR"/>
<result property="xgr" column="XGR" jdbcType="VARCHAR"/>
<result property="xgsj" column="XGSJ" jdbcType="VARCHAR"/>
<result property="xgdw" column="XGDW" jdbcType="VARCHAR"/>
<result property="djrxm" column="DJRXM" jdbcType="VARCHAR"/>
<result property="djdwmc" column="DJDWMC" jdbcType="VARCHAR"/>
<result property="xgrxm" column="XGRXM" jdbcType="VARCHAR"/>
<result property="xgdwmc" column="XGDWMC" jdbcType="VARCHAR"/>
<result property="jjrqsj" column="JJRQSJ" jdbcType="VARCHAR"/>
<result property="jjdw" column="JJDW" jdbcType="VARCHAR"/>
<result property="jjdwmc" column="JJDWMC" jdbcType="VARCHAR"/>
<result property="jjr" column="JJR" jdbcType="VARCHAR"/>
<result property="jjrxm" column="JJRXM" jdbcType="VARCHAR"/>
<result property="yjdw" column="YJDW" jdbcType="VARCHAR"/>
<result property="yjsj" column="YJSJ" jdbcType="VARCHAR"/>
<result property="yjsm" column="YJSM" jdbcType="VARCHAR"/>
<result property="yjr" column="YJR" jdbcType="VARCHAR"/>
<result property="jjxzqh" column="JJXZQH" jdbcType="VARCHAR"/>
<result property="jjgxdw" column="JJGXDW" jdbcType="VARCHAR"/>
<result property="fkyq" column="FKYQ" jdbcType="VARCHAR"/>
<result property="sfyfdx" column="SFYFDX" jdbcType="VARCHAR"/>
<result property="jjdxnr" column="JJDXNR" jdbcType="VARCHAR"/>
<result property="jjdxsj" column="JJDXSJ" jdbcType="VARCHAR"/>
<result property="sbsj" column="SBSJ" jdbcType="VARCHAR"/>
<result property="sbnr" column="SBNR" jdbcType="VARCHAR"/>
<result property="cdclbm" column="CDCLBM" jdbcType="VARCHAR"/>
<result property="jjlx" column="JJLX" jdbcType="VARCHAR"/>
<result property="zdyjr" column="ZDYJR" jdbcType="VARCHAR"/>
<result property="zdyjdw" column="ZDYJDW" jdbcType="VARCHAR"/>
<result property="zdyjsj" column="ZDYJSJ" jdbcType="VARCHAR"/>
<result property="zdyjsm" column="ZDYJSM" jdbcType="VARCHAR"/>
<result property="sfbddh" column="SFBDDH" jdbcType="VARCHAR"/>
<result property="sfpj" column="SFPJ" jdbcType="VARCHAR"/>
<result property="sffk" column="SFFK" jdbcType="VARCHAR"/>
<result property="bjrxbmc" column="BJRXBMC" jdbcType="VARCHAR"/>
<result property="bjxsmc" column="BJXSMC" jdbcType="VARCHAR"/>
<result property="bjlxmc" column="BJLXMC" jdbcType="VARCHAR"/>
<result property="cllxmc" column="CLLXMC" jdbcType="VARCHAR"/>
<result property="hzdjmc" column="HZDJMC" jdbcType="VARCHAR"/>
<result property="sfzddwmc" column="SFZDDWMC" jdbcType="VARCHAR"/>
<result property="jzlbmc" column="JZLBMC" jdbcType="VARCHAR"/>
<result property="jzjgmc" column="JZJGMC" jdbcType="VARCHAR"/>
<result property="qhcsmc" column="QHCSMC" jdbcType="VARCHAR"/>
<result property="yfwxwzmc" column="YFWXWZMC" jdbcType="VARCHAR"/>
<result property="ywbzxlmc" column="YWBZXLMC" jdbcType="VARCHAR"/>
<result property="yftymc" column="YFTYMC" jdbcType="VARCHAR"/>
<result property="ywbkrymc" column="YWBKRYMC" jdbcType="VARCHAR"/>
<result property="sfzxxsmc" column="SFZXXSMC" jdbcType="VARCHAR"/>
<result property="sjjsdmc" column="SJJSDMC" jdbcType="VARCHAR"/>
<result property="cjbsmc" column="CJBSMC" jdbcType="VARCHAR"/>
<result property="yjdwmc" column="YJDWMC" jdbcType="VARCHAR"/>
<result property="jjxzqhmc" column="JJXZQHMC" jdbcType="VARCHAR"/>
<result property="jjgxdwmc" column="JJGXDWMC" jdbcType="VARCHAR"/>
<result property="zdyjrxm" column="ZDYJRXM" jdbcType="VARCHAR"/>
<result property="zdyjdwmc" column="ZDYJDWMC" jdbcType="VARCHAR"/>
<result property="sfbddhmc" column="SFBDDHMC" jdbcType="VARCHAR"/>
<result property="sfpjmc" column="SFPJMC" jdbcType="VARCHAR"/>
<result property="sffkmc" column="SFFKMC" jdbcType="VARCHAR"/>
<result property="lhlbdmmc" column="LHLBDMMC" jdbcType="VARCHAR"/>
<result property="wsRksj" column="WS_RKSJ" jdbcType="VARCHAR"/>
<result property="wsXgsj" column="WS_XGSJ" jdbcType="VARCHAR"/>
<result property="wsYxx" column="WS_YXX" jdbcType="VARCHAR"/>
<result property="rywksj" column="RYWKSJ" jdbcType="VARCHAR"/>
<result property="jdzb" column="JDZB" jdbcType="VARCHAR"/>
<result property="wdzb" column="WDZB" jdbcType="VARCHAR"/>
</resultMap>
<select id="getJjxxList" parameterType="java.util.Map" resultMap="BaseResultMap">
SELECT t2.*
FROM (SELECT ROWNUM rn, t1.* FROM (SELECT * FROM SYX_JWPT.JCJ_JJXX_VIEW) t1 WHERE ROWNUM<![CDATA[ <= ]]> ${rowEnd}) t2
WHERE t2.rn <![CDATA[ >= ]]> ${rowStart}
</select>
</mapper>

@ -71,7 +71,7 @@
<select id="selectTJksbglById" parameterType="java.lang.String" resultMap="BaseResultMap">
select * from t_jksbgl
where SBMC = #{SBMC} limit 1
where SBBH = #{sbbh} limit 1
</select>
<insert id="insertTJksbgl" parameterType="com.ssf.mysqloracletest.domain.TJksbglMysql" useGeneratedKeys="true"
@ -274,6 +274,6 @@
<if test="sfjsbryj != null and sfjsbryj != '' ">sfjsbryj=#{sfjsbryj},</if>
<if test="sfzzrkyj != null and sfzzrkyj != '' ">sfzzrkyj=#{sfzzrkyj},</if>
</trim>
where SBMC = #{SBMC}
where sbbh = #{sbbh}
</update>
</mapper>

@ -154,73 +154,73 @@
</trim>
<trim prefix="values (" suffix=")" suffixOverrides=",">
<if test="zjlid != null and zjlid != '' ">#{ZJLID},</if>
<if test="ysxtjrzj != null and ysxtjrzj != ''">#{YSXTJRZJ},</if>
<if test="xxscPdbz != null and xxscPdbz != ''">#{XXSC_PDBZ},</if>
<if test="dah != null and dah != ''">#{DAH},</if>
<if test="jcwh != null and jcwh != ''">#{JCWH},</if>
<if test="fwid != null and fwid != ''">#{FWID},</if>
<if test="fwlx != null and fwlx != ''">#{FWLX},</if>
<if test="fwdz != null and fwdz != ''">#{FWDZ},</if>
<if test="fwxz != null and fwxz != ''">#{FWXZ},</if>
<if test="fwlb != null and fwlb != ''">#{FWLB},</if>
<if test="fwjg != null and fwjg != ''">#{FWJG},</if>
<if test="fjs != null and fjs != ''">#{FJS},</if>
<if test="mj != null and mj != ''">#{MJ},</if>
<if test="czyt != null and czyt != ''">#{CZYT},</if>
<if test="djrq != null and djrq != ''">#{DJRQ},</if>
<if test="xm != null and xm != ''">#{XM},</if>
<if test="sfzh != null and sfzh != ''">#{SFZH},</if>
<if test="xb != null and xb != ''">#{XB},</if>
<if test="hjdqx != null and hjdqx != ''">#{HJDQX},</if>
<if test="hjdxz != null and hjdxz != ''">#{HJDXZ},</if>
<if test="xzdqx != null and xzdqx != ''">#{XZDQX},</if>
<if test="xzdxz != null and xzdxz != ''">#{XZDXZ},</if>
<if test="dwmc != null and dwmc != ''">#{DWMC},</if>
<if test="dwxz != null and dwxz != ''">#{DWXZ},</if>
<if test="lxdh != null and lxdh != ''">#{LXDH},</if>
<if test="lrrid != null and lrrid != ''">#{LRRID},</if>
<if test="lrr != null and lrr != ''">#{LRR},</if>
<if test="lrsj != null and lrsj != ''">#{LRSJ},</if>
<if test="xgrid != null and xgrid != ''">#{XGRID},</if>
<if test="xgrxm != null and xgrxm != ''">#{XGRXM},</if>
<if test="xgsj != null and xgsj != ''">#{XGSJ},</if>
<if test="tbbs != null and tbbs != ''">#{TBBS},</if>
<if test="tbsj != null and tbsj != ''">#{TBSJ},</if>
<if test="memo != null and memo != ''">#{MEMO},</if>
<if test="bz != null and bz != ''">#{BZ},</if>
<if test="dqrq != null and dqrq != ''">#{DQRQ},</if>
<if test="sjfwid != null and sjfwid != ''">#{SJFWID},</if>
<if test="dyhcode != null and dyhcode != ''">#{DYHCODE},</if>
<if test="pcsdm != null and pcsdm != ''">#{PCSDM},</if>
<if test="jwqid != null and jwqid != ''">#{JWQID},</if>
<if test="ssys != null and ssys != ''">#{SSYS},</if>
<if test="sno != null and sno != ''">#{SNO},</if>
<if test="zxrq != null and zxrq != ''">#{ZXRQ},</if>
<if test="zxyy != null and zxyy != ''">#{ZXYY},</if>
<if test="lkbzdzid != null and lkbzdzid != ''">#{LKBZDZID},</if>
<if test="lkbzdzmc != null and lkbzdzmc != ''">#{LKBZDZMC},</if>
<if test="fwzt != null and fwzt != ''">#{FWZT},</if>
<if test="czfwbm != null and czfwbm != ''">#{CZFWBM},</if>
<if test="czfwqm != null and czfwqm != ''">#{CZFWQM},</if>
<if test="tbmemo != null and tbmemo != ''">#{TBMEMO},</if>
<if test="sfcz != null and sfcz != ''">#{SFCZ},</if>
<if test="jzlx != null and jzlx != ''">#{JZLX},</if>
<if test="fwdj != null and fwdj != ''">#{FWDJ},</if>
<if test="zjlid != null and zjlid != '' ">#{zjlid},</if>
<if test="ysxtjrzj != null and ysxtjrzj != ''">#{ysxtjrzj},</if>
<if test="xxscPdbz != null and xxscPdbz != ''">#{xxscPdbz},</if>
<if test="dah != null and dah != ''">#{dah},</if>
<if test="jcwh != null and jcwh != ''">#{jcwh},</if>
<if test="fwid != null and fwid != ''">#{fwid},</if>
<if test="fwlx != null and fwlx != ''">#{fwlx},</if>
<if test="fwdz != null and fwdz != ''">#{fwdz},</if>
<if test="fwxz != null and fwxz != ''">#{fwxz},</if>
<if test="fwlb != null and fwlb != ''">#{fwlb},</if>
<if test="fwjg != null and fwjg != ''">#{fwjg},</if>
<if test="fjs != null and fjs != ''">#{fjs},</if>
<if test="mj != null and mj != ''">#{mj},</if>
<if test="czyt != null and czyt != ''">#{czyt},</if>
<if test="djrq != null and djrq != ''">#{djrq},</if>
<if test="xm != null and xm != ''">#{xm},</if>
<if test="sfzh != null and sfzh != ''">#{sfzh},</if>
<if test="xb != null and xb != ''">#{xb},</if>
<if test="hjdqx != null and hjdqx != ''">#{hjdqx},</if>
<if test="hjdxz != null and hjdxz != ''">#{hjdxz},</if>
<if test="xzdqx != null and xzdqx != ''">#{xzdqx},</if>
<if test="xzdxz != null and xzdxz != ''">#{xzdxz},</if>
<if test="dwmc != null and dwmc != ''">#{dwmc},</if>
<if test="dwxz != null and dwxz != ''">#{dwxz},</if>
<if test="lxdh != null and lxdh != ''">#{lxdh},</if>
<if test="lrrid != null and lrrid != ''">#{lrrid},</if>
<if test="lrr != null and lrr != ''">#{lrr},</if>
<if test="lrsj != null and lrsj != ''">#{lrsj},</if>
<if test="xgrid != null and xgrid != ''">#{xgrid},</if>
<if test="xgrxm != null and xgrxm != ''">#{xgrxm},</if>
<if test="xgsj != null and xgsj != ''">#{xgsj},</if>
<if test="tbbs != null and tbbs != ''">#{tbbs},</if>
<if test="tbsj != null and tbsj != ''">#{tbsj},</if>
<if test="memo != null and memo != ''">#{memo},</if>
<if test="bz != null and bz != ''">#{bz},</if>
<if test="dqrq != null and dqrq != ''">#{dqrq},</if>
<if test="sjfwid != null and sjfwid != ''">#{sjfwid},</if>
<if test="dyhcode != null and dyhcode != ''">#{dyhcode},</if>
<if test="pcsdm != null and pcsdm != ''">#{pcsdm},</if>
<if test="jwqid != null and jwqid != ''">#{jwqid},</if>
<if test="ssys != null and ssys != ''">#{ssys},</if>
<if test="sno != null and sno != ''">#{sno},</if>
<if test="zxrq != null and zxrq != ''">#{zxrq},</if>
<if test="zxyy != null and zxyy != ''">#{zxyy},</if>
<if test="lkbzdzid != null and lkbzdzid != ''">#{lkbzdzid},</if>
<if test="lkbzdzmc != null and lkbzdzmc != ''">#{lkbzdzmc},</if>
<if test="fwzt != null and fwzt != ''">#{fwzt},</if>
<if test="czfwbm != null and czfwbm != ''">#{czfwbm},</if>
<if test="czfwqm != null and czfwqm != ''">#{czfwqm},</if>
<if test="tbmemo != null and tbmemo != ''">#{tbmemo},</if>
<if test="sfcz != null and sfcz != ''">#{sfcz},</if>
<if test="jzlx != null and jzlx != ''">#{jzlx},</if>
<if test="fwdj != null and fwdj != ''">#{fwdj},</if>
<if test="zdfw != null and zdfw != ''">#{zdfw},</if>
<if test="zdry != null and zdry != ''">#{ZDRY},</if>
<if test="sfqz != null and sfqz != ''">#{SFQZ},</if>
<if test="zjlx != null and zjlx != ''">#{ZJLX},</if>
<if test="zflx != null and zflx != ''">#{ZFLX},</if>
<if test="cws != null and cws != ''">#{CWS},</if>
<if test="czrzjlx != null and czrzjlx != ''">#{CZRZJLX},</if>
<if test="czrzjhm != null and czrzjhm != ''">#{CZRZJHM},</if>
<if test="czrxm != null and czrxm != ''">#{CZRXM},</if>
<if test="czrlxdh != null and czrlxdh != ''">#{CZRLXDH},</if>
<if test="zdry != null and zdry != ''">#{zdry},</if>
<if test="sfqz != null and sfqz != ''">#{sfqz},</if>
<if test="zjlx != null and zjlx != ''">#{zjlx},</if>
<if test="zflx != null and zflx != ''">#{zflx},</if>
<if test="cws != null and cws != ''">#{cws},</if>
<if test="czrzjlx != null and czrzjlx != ''">#{czrzjlx},</if>
<if test="czrzjhm != null and czrzjhm != ''">#{czrzjhm},</if>
<if test="czrxm != null and czrxm != ''">#{czrxm},</if>
<if test="czrlxdh != null and czrlxdh != ''">#{czrlxdh},</if>
<if test="cdcJym != null and cdcJym != ''">#{CDC_JYM},</if>
<if test="ysbzkRksj != null and ysbzkRksj != ''">#{YSBZK_RKSJ},</if>
<if test="ysbzkGxsj != null and ysbzkGxsj != ''">#{YSBZK_GXSJ},</if>
<if test="cdcJym != null and cdcJym != ''">#{cdcJym},</if>
<if test="ysbzkRksj != null and ysbzkRksj != ''">#{ysbzkRksj},</if>
<if test="ysbzkGxsj != null and ysbzkGxsj != ''">#{ysbzkGxsj},</if>
</trim>
</insert>

Loading…
Cancel
Save