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

master
x_z 3 years ago
parent 93399fadc9
commit bf7ea7ec64

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

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

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

Loading…
Cancel
Save