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