|
@@ -1,11 +1,11 @@
|
|
|
-package com.xingxi.business.service.impl;
|
|
|
|
|
|
|
+package com.xingxi.web.controller.business.MerchantWxpay.service.impl;
|
|
|
|
|
|
|
|
-import com.xingxi.business.domain.MerchantWxpay;
|
|
|
|
|
-import com.xingxi.business.domain.MerchantWxpayVo;
|
|
|
|
|
-import com.xingxi.business.mapper.MerchantWxpayMapper;
|
|
|
|
|
-import com.xingxi.business.service.IMerchantWxpayService;
|
|
|
|
|
import com.xingxi.common.core.text.Convert;
|
|
import com.xingxi.common.core.text.Convert;
|
|
|
import com.xingxi.common.utils.DateUtils;
|
|
import com.xingxi.common.utils.DateUtils;
|
|
|
|
|
+import com.xingxi.web.controller.business.MerchantWxpay.domain.MerchantWxpay;
|
|
|
|
|
+import com.xingxi.web.controller.business.MerchantWxpay.domain.MerchantWxpayVo;
|
|
|
|
|
+import com.xingxi.web.controller.business.MerchantWxpay.mapper.MerchantWxpayMapper;
|
|
|
|
|
+import com.xingxi.web.controller.business.MerchantWxpay.service.IMerchantWxpayService;
|
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
import javax.annotation.Resource;
|
|
@@ -40,7 +40,7 @@ public class MerchantWxpayServiceImpl implements IMerchantWxpayService {
|
|
|
* @return 店铺微信支付信息
|
|
* @return 店铺微信支付信息
|
|
|
*/
|
|
*/
|
|
|
@Override
|
|
@Override
|
|
|
- public List<MerchantWxpay> selectMerchantWxpayList(MerchantWxpay merchantWxpay) {
|
|
|
|
|
|
|
+ public List<MerchantWxpay> selectMerchantWxpayList(MerchantWxpay merchantWxpay) {
|
|
|
return merchantWxpayMapper.selectMerchantWxpayList(merchantWxpay);
|
|
return merchantWxpayMapper.selectMerchantWxpayList(merchantWxpay);
|
|
|
}
|
|
}
|
|
|
|
|
|