|
|
|
@@ -6,6 +6,7 @@ import java.util.List; |
|
|
|
|
|
|
|
import org.apache.log4j.Logger; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
|
import org.springframework.web.bind.annotation.RequestMapping; |
|
|
|
import org.springframework.web.bind.annotation.RestController; |
|
|
|
|
|
|
|
@@ -36,6 +37,7 @@ public class WxDateAmountRecordController extends BaseController |
|
|
|
@ApiImplicitParams({ |
|
|
|
@ApiImplicitParam(name="tenantId",value="租户id",dataType="String", paramType = "query",required=true), |
|
|
|
@ApiImplicitParam(name="merchantId",value="商户id",dataType="long", paramType = "query",required=true)}) |
|
|
|
@GetMapping("list") |
|
|
|
public ResultData getRecord(String tenantId,Long merchantId) { |
|
|
|
Calendar c =Calendar.getInstance(); |
|
|
|
int weekOfYear =c.get(Calendar.WEEK_OF_YEAR); |
|
|
|
|