gaodd 1 년 전
부모
커밋
cc673cea51
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/chinaitop/depot/payment/service/impl/StoragePayMentServiceImpl.java

+ 1 - 1
src/main/java/com/chinaitop/depot/payment/service/impl/StoragePayMentServiceImpl.java

@@ -25,7 +25,7 @@ public class StoragePayMentServiceImpl implements StoragePayMentService {
25 25
 
26 26
     @Override
27 27
     public void insert(StoragePayment storagePayment) {
28
-        storagePaymentMapper.insertSelective(storagePayment);
28
+        storagePaymentMapper.insert(storagePayment);
29 29
     }
30 30
 
31 31
     @Override