SAP接口修改

master
Yangwl 7 months ago
parent 196bde4ba4
commit 26cd41d400

@ -498,7 +498,7 @@ public class SapItemSyncImpl implements SapItemSyncService {
if (StringUtils.isNotEmpty(mapList.get("S_AUART").toString())){ if (StringUtils.isNotEmpty(mapList.get("S_AUART").toString())){
S_AUART.appendRow(); S_AUART.appendRow();
S_AUART.setValue(Constants.SIGN, "I"); S_AUART.setValue(Constants.SIGN, "I");
S_AUART.setValue(Constants.OPTION, "BT"); S_AUART.setValue(Constants.OPTION, "EQ");
S_AUART.setValue(Constants.LOW, mapList.get("S_AUART").toString()); S_AUART.setValue(Constants.LOW, mapList.get("S_AUART").toString());
} }
func.execute(dest);//执行调用函数 func.execute(dest);//执行调用函数

Loading…
Cancel
Save