springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActWarehouseOperationMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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},'%')