gaodd 1 年之前
父節點
當前提交
cc673cea51

+ 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