同步设置报错问题

feature-order-fix
anthonyywj2 2 years ago
parent 7e185e74d8
commit a5147bd4f7

@ -15,8 +15,8 @@
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, , basicThirdBusOrder, orderScanFinish, dbDiProducts,downstreamEnable,syncTime,syncDownloadTime,
orderUnReceive,orderUnCheck,busTypes,sysUser,orderSyncTime,orderSyncStart,basicSyncStart,entrustAction orderUnReceive,orderUnCheck,busTypes,sysUser,syncIp,orderSyncTime,orderSyncStart,basicSyncStart,entrustAction
,unCheckCert,checkedCert,companyCert,manufacturerCert,productCert) ,unCheckCert,checkedCert,companyCert,manufacturerCert,productCert)
values ( values (
#{id}, #{id},
@ -34,10 +34,12 @@
#{dbDiProducts}, #{dbDiProducts},
#{downstreamEnable}, #{downstreamEnable},
#{syncTime}, #{syncTime},
#{syncDownloadTime},
#{orderUnReceive}, #{orderUnReceive},
#{orderUnCheck}, #{orderUnCheck},
#{busTypes}, #{busTypes},
#{sysUser}, #{sysUser},
#{syncIp},
#{orderSyncTime}, #{orderSyncTime},
#{orderSyncStart}, #{orderSyncStart},
#{basicSyncStart}, #{basicSyncStart},

Loading…
Cancel
Save