后台

发布时间 2023-10-27 13:43:31作者: 寒冷的雨呢
Wrapper in写法
        String[] billBusyState = {"已入库", "已出库", "已移库", "已盘点"};
        queryWrapper.in("b.bill_busy_state", billBusyState);
取guid
IdUtil.simpleUUID()
R回接
   private final CustomSqlService customSqlService;

    @Autowired
    private CustomerInfoUserService customerInfoUserService;
        CustomerInfo customerInfo = (CustomerInfo) customerInfoUserService.getByUserId(sysUser.getId().toString()).getData();