|
|
@@ -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);
|