|
|
|
@ -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>
|
|
|
|
|