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

Merge remote-tracking branch 'origin/dev' into dev

dingyl 6 жил өмнө
parent
commit
f3472da94f

+ 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/storage/storage-server/src/main/java/com/usoftchina/saas/storage/service/impl/ProdInOutServiceImpl.java

@@ -215,6 +215,7 @@ public class ProdInOutServiceImpl extends CommonBaseServiceImpl<ProdInOutMapper,
 
 
     @Override
+    @Transactional(propagation = Propagation.REQUIRED)
     public DocBaseDTO audit(ProdInOutFormDTO formData) {
         Long id = null;
         DocBaseDTO baseDTO = new DocBaseDTO();
@@ -244,7 +245,6 @@ public class ProdInOutServiceImpl extends CommonBaseServiceImpl<ProdInOutMapper,
         return baseDTO;
     }
 
-    @Transactional(propagation = Propagation.REQUIRED)
     public void singleAudit(ProdInOutDTO prodInOutDTO) {
         String pi_class= prodInOutDTO.getPi_class();
         String pi_inoutno = prodInOutDTO.getPi_inoutno();

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