Эх сурвалжийг харах

已报价商机接口参数调整

chenw 6 жил өмнө
parent
commit
a612cda986

+ 1 - 1
applications/sale/sale-server/src/main/java/com/usoftchina/saas/sale/service/impl/SaleServiceImpl.java

@@ -817,7 +817,7 @@ public class SaleServiceImpl implements SaleService{
     private IPage<RemindRspDTO> getRemindRspDTO(Long enUU, Long userUU, RemindReqDTO remindReqDTO){
         JSONObject jsonObject = new JSONObject();
         jsonObject.put("userUU", userUU);
-        jsonObject.put("enUU", enUU);
+        jsonObject.put("vendUU", enUU);
         jsonObject.put("fromDate", remindReqDTO.getFromDate());
         jsonObject.put("endDate", remindReqDTO.getEndDate());
         jsonObject.put("fromDelivery", null);

+ 1 - 1
applications/transfers/mall-api/src/test/java/com/usoftchina/saas/inquiry/test/InquiryApiTest.java

@@ -200,7 +200,7 @@ public class InquiryApiTest {
     public void testI_findQuotationList(){
         JSONObject jsonObject = new JSONObject();
         jsonObject.put("userUU", null);
-        jsonObject.put("enUU", "10050690");
+        jsonObject.put("vendUU", "10050689");
         jsonObject.put("fromDate", null);
         jsonObject.put("endDate", null);
         jsonObject.put("fromDelivery", null);