|
|
@ -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);//执行调用函数
|
|
|
|