Commit 8b80d65f by 陶光胜

门店控件修复

parent 418fbd18
......@@ -51,6 +51,7 @@ public class BaseSalesController {
@RequestMapping("base-sales")
public RestResponse baseSales(BaseSalesParamQo qo){
log.info("base-sales 参数:{}", JSON.toJSONString(qo));
BaseSalesVo vo = new BaseSalesVo();
Integer maxLevel = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment