From 1fb88062250fe5ddeb1499d10220cc2e2e6de603 Mon Sep 17 00:00:00 2001 From: chenlw <874313221@qq.com> Date: Thu, 3 Nov 2016 16:11:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug=EF=BC=8C=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=98=BE=E7=A4=BA=E6=94=AF=E4=BB=98=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=B8=BA=E5=90=A6=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/platform/service/impl/PreDataInfoServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/platform/service/impl/PreDataInfoServiceImpl.java b/src/com/platform/service/impl/PreDataInfoServiceImpl.java index 55e72d47..012eebdb 100644 --- a/src/com/platform/service/impl/PreDataInfoServiceImpl.java +++ b/src/com/platform/service/impl/PreDataInfoServiceImpl.java @@ -411,8 +411,8 @@ public class PreDataInfoServiceImpl implements IPreDataInfoService { String payPathStandard = getFilePath("Checkout_Pay_", sqlFilePathsStandard, preDataInfo, ".sql"); if (null != payPathStandard && !"".equals(payPathStandard)) { - preDataInfo.setCheckoutIndicateStatus("是"); - preDataInfo.setCheckoutIndicatePath("Checkout_Pay_"+preDataInfo.getAreaCode()+"_" + preDataInfo.getSysCode()+ ".sql"); + preDataInfo.setCheckoutPayStatus("是"); + preDataInfo.setCheckoutPayPath("Checkout_Pay_"+preDataInfo.getAreaCode()+"_" + preDataInfo.getSysCode()+ ".sql"); } // 设置 状态 if (!"ORACLE".equals(preDataInfo.getDataBaseType().toUpperCase())) {