|
@@ -175,7 +175,7 @@ public class YppService {
|
|
|
public String syncOrderState(JSONObject jsonObject) {
|
|
|
ApiLog apiLog = new ApiLog();
|
|
|
apiLog.setService("sync");
|
|
|
- apiLog.setService("ypp");
|
|
|
+ apiLog.setSystem("ypp");
|
|
|
apiLog.setRequest(jsonObject.toString());
|
|
|
apiLogDao.save(apiLog);
|
|
|
return "成功";
|