springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActWarehouseApplyServiceImpl.java
@@ -72,7 +72,7 @@ comActWarehouseDonates.setSurplusQuantity(comActWarehouseDonates.getSurplusQuantity()-comActWarehouseApply1.getGoodsNum()); this.comActWarehouseDonatesDao.updateById(comActWarehouseDonates); ComActWarehouseOperation comActWarehouseOperation=new ComActWarehouseOperation(); comActWarehouseOperation.setGoodsId(comActWarehouseApply.getGoodsId()); comActWarehouseOperation.setGoodsId(comActWarehouseApply1.getGoodsId()); comActWarehouseOperation.setCreateTime(new Date()); comActWarehouseOperation.setType(ComActWarehouseOperation.type.xs); comActWarehouseOperation.setApplyId(comActWarehouseApply.getId()); springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActWarehouseOperationMapper.xml
@@ -26,7 +26,7 @@ and t.goods_id=#{commonPage.paramId} </if> <if test="commonPage.communityId !=null"> and t1.community_id =#{communityId} and t1.community_id =#{commonPage.communityId} </if> <if test="commonPage.keyword !=null and commonPage.keyword !=''"> and t1.item like concat('%',#{commonPage.keyword},'%')