|
@@ -204,7 +204,8 @@ public class SynSapServiceImpl implements SynSapService {
|
|
|
|
|
|
if (!"S".equals(etype)) {
|
|
if (!"S".equals(etype)) {
|
|
result.put("code", "301");
|
|
result.put("code", "301");
|
|
- result.put("msg", "同步SAP主数据_项目,E_TYPE:" + etype + ",错误信息:" + rData.getString("E_MESSGE"));
|
|
|
|
|
|
+ result.put("msg", "同步SAP主数据_项目,错误信息:" + rData.getString("E_MESSGE"));
|
|
|
|
+ logger.info("同步SAP主数据_项目,参数:E_TYPE:" + etype + ",错误信息:" + rData.getString("E_MESSGE"));
|
|
return result;
|
|
return result;
|
|
}
|
|
}
|
|
|
|
|