zq-erp/src/main/java/com/matrix/system/shopXcx/api/action/WxSalesProductAction.java | ●●●●● patch | view | raw | blame | history |
zq-erp/src/main/java/com/matrix/system/shopXcx/api/action/WxSalesProductAction.java
@@ -46,7 +46,7 @@ ShopProductAttribute fxsc = shopProductAttributeDao.selectByCode("fxsc", HostInterceptor.getCompanyId()); shopProduct.setLimit(saleProductDto.getPageSize()); shopProduct.setOffset(saleProductDto.getPageNum()* saleProductDto.getPageSize()); shopProduct.setOffset((saleProductDto.getPageNum()-1)* saleProductDto.getPageSize()); shopProduct.setDelFlag(AppConstance.DATA_USEABLE); shopProduct.setStatus(AppConstance.IS_PUTAWAY); shopProduct.setCompanyId(HostInterceptor.getCompanyId());