|
@@ -108,6 +108,8 @@ public class Inc10100Controller extends BaseController {
|
|
|
List<Inc10100> inc10100List = IInc10100Service.getList(queryWrapper);
|
|
|
// List<BizProduct> products = productService.query().list();
|
|
|
List<BizProduct> products = productService.getList(new BizProduct());
|
|
|
+ System.out.println("____________________");
|
|
|
+ System.out.println(products.get(0));
|
|
|
List<BizProduct> newProducts = new ArrayList<>();
|
|
|
List<BizProduct> changeProducts = new ArrayList<>();
|
|
|
List<SysUser> userList = sysUserService.getList();
|