|
|
|
@ -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())) {
|
|
|
|
|