|
|
@@ -13,6 +13,7 @@ import com.iformall.mapper.WxProfitSharingOrderMapper; |
|
|
import com.iformall.service.WxProfitSharingOrderService; |
|
|
import com.iformall.service.WxProfitSharingOrderService; |
|
|
import io.swagger.annotations.ApiOperation; |
|
|
import io.swagger.annotations.ApiOperation; |
|
|
|
|
|
|
|
|
|
|
|
import java.util.Date; |
|
|
import java.util.List; |
|
|
import java.util.List; |
|
|
|
|
|
|
|
|
import org.slf4j.Logger; |
|
|
import org.slf4j.Logger; |
|
|
@@ -56,6 +57,8 @@ public class WxtttttttController extends BaseController { |
|
|
WxPayOrder wxPayOrder = new WxPayOrder(); |
|
|
WxPayOrder wxPayOrder = new WxPayOrder(); |
|
|
wxPayOrder.updateTenantInfo(record); |
|
|
wxPayOrder.updateTenantInfo(record); |
|
|
wxPayOrder = wxPayOrderMapper.selectById(record.getOrderId(), record.getTenantId()); |
|
|
wxPayOrder = wxPayOrderMapper.selectById(record.getOrderId(), record.getTenantId()); |
|
|
|
|
|
//规避30天自动记账的问题 |
|
|
|
|
|
wxPayOrder.setCreateTime(new Date()); |
|
|
wxProfitSharingOrderService.redoSharingOrder(record, wxPayOrder); |
|
|
wxProfitSharingOrderService.redoSharingOrder(record, wxPayOrder); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|