|
|
@ -70,6 +70,7 @@ public class PissController extends AbstractController {
|
|
|
|
params.put("mxmmLdg", randCarBasic.string("MXMM_LDG"));
|
|
|
|
params.put("mxmmLdg", randCarBasic.string("MXMM_LDG"));
|
|
|
|
params.put("vin", randCarBasic.string("VIN"));
|
|
|
|
params.put("vin", randCarBasic.string("VIN"));
|
|
|
|
params.put("ersrRegistDe", randCarBasic.string("ERSR_REGIST_DE"));
|
|
|
|
params.put("ersrRegistDe", randCarBasic.string("ERSR_REGIST_DE"));
|
|
|
|
|
|
|
|
params.put("useStrnghldLegaldongCode", randCarBasic.string("USE_STRNGHLD_LEGALDONG_CODE"));
|
|
|
|
|
|
|
|
|
|
|
|
int effected = carMapper.insertCar(params);
|
|
|
|
int effected = carMapper.insertCar(params);
|
|
|
|
if(effected == 1) {
|
|
|
|
if(effected == 1) {
|
|
|
@ -98,6 +99,7 @@ public class PissController extends AbstractController {
|
|
|
|
extInfo.put("MXMM_LDG",carInfo.string("MXMM_LDG"));
|
|
|
|
extInfo.put("MXMM_LDG",carInfo.string("MXMM_LDG"));
|
|
|
|
extInfo.put("VIN",carInfo.string("VIN"));
|
|
|
|
extInfo.put("VIN",carInfo.string("VIN"));
|
|
|
|
extInfo.put("ERSR_REGIST_DE",carInfo.string("ERSR_REGIST_DE"));
|
|
|
|
extInfo.put("ERSR_REGIST_DE",carInfo.string("ERSR_REGIST_DE"));
|
|
|
|
|
|
|
|
extInfo.put("USE_STRNGHLD_LEGALDONG_CODE",carInfo.string("USE_STRNGHLD_LEGALDONG_CODE"));
|
|
|
|
|
|
|
|
|
|
|
|
extInfo_list.add(extInfo);
|
|
|
|
extInfo_list.add(extInfo);
|
|
|
|
carRes.put("record", extInfo_list);
|
|
|
|
carRes.put("record", extInfo_list);
|
|
|
|