|
|
@ -16,7 +16,7 @@
|
|
|
|
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, syncDownloadTime,
|
|
|
|
, basicThirdBusOrder, orderScanFinish, dbDiProducts,downstreamEnable,syncTime, syncDownloadTime,
|
|
|
|
orderUnReceive,orderUnCheck,busTypes,syncIp,sysUser)
|
|
|
|
orderUnReceive,orderUnCheck,busTypes,syncIp,sysUser,entrustAction)
|
|
|
|
values (
|
|
|
|
values (
|
|
|
|
#{id},
|
|
|
|
#{id},
|
|
|
|
#{typeBus},
|
|
|
|
#{typeBus},
|
|
|
@ -31,7 +31,7 @@
|
|
|
|
#{basicThirdBusOrder},
|
|
|
|
#{basicThirdBusOrder},
|
|
|
|
#{orderScanFinish},
|
|
|
|
#{orderScanFinish},
|
|
|
|
#{dbDiProducts},#{downstreamEnable},#{syncTime},#{syncDownloadTime},
|
|
|
|
#{dbDiProducts},#{downstreamEnable},#{syncTime},#{syncDownloadTime},
|
|
|
|
#{orderUnReceive},#{orderUnCheck},#{busTypes},#{syncIp},#{sysUser}
|
|
|
|
#{orderUnReceive},#{orderUnCheck},#{busTypes},#{syncIp},#{sysUser},#{entrustAction}
|
|
|
|
)
|
|
|
|
)
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
|