1.修改数据下载时间间隔字段名称

master
x_z 3 years ago
parent 93399fadc9
commit bf7ea7ec64

@ -19,7 +19,7 @@ public class SyncDataSetEntity {
private boolean dbDiProducts;
private boolean downstreamEnable;
private Integer syncTime; //定时上传时间
private Integer syncDonwloadTime; //定时下载时间
private Integer syncDownloadTime; //定时下载时间
private boolean orderUnReceive;
private boolean orderUnCheck;

@ -24,6 +24,6 @@ public class SyncDataSetResponse {
private boolean orderUnCheck;
private List<String> busTypes;
private Integer syncTime;
private Integer syncDonwloadTime; //定时下载时间
private Integer syncDownloadTime; //定时下载时间
}

@ -15,7 +15,7 @@
replace
INTO sync_data_set(id,typeBus, typeScan,
typeThird, basicProducts, basicCorp, basicInv, basicThirdProducts, basicThirdCorp, basicThirdInv
, basicThirdBusOrder, orderScanFinish, dbDiProducts,downstreamEnable,syncTime, syncDonwloadTime,orderUnReceive,orderUnCheck,busTypes)
, basicThirdBusOrder, orderScanFinish, dbDiProducts,downstreamEnable,syncTime, syncDownloadTime,orderUnReceive,orderUnCheck,busTypes)
values (
#{id},
#{typeBus},
@ -29,7 +29,7 @@
#{basicThirdInv},
#{basicThirdBusOrder},
#{orderScanFinish},
#{dbDiProducts},#{downstreamEnable},#{syncTime},#{syncDonwloadTime},
#{dbDiProducts},#{downstreamEnable},#{syncTime},#{syncDownloadTime},
#{orderUnReceive},#{orderUnCheck},#{busTypes}
)
</insert>

Loading…
Cancel
Save