소스 검색

搜索条件新增

change 4 년 전
부모
커밋
8098b66ad1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/user/UserPlanGoodsMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/user/UserPlanGoodsMapper.xml

@@ -138,7 +138,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                       LEFT JOIN class_grade cg on cg.grade_id = cgg.grade_id
               WHERE
                   cgu.user_id = up.user_id
-                and cgg.goods_id = upg.sour
+                and cgg.goods_id = upg.source_id
                 and cg.`status` = 1
                 and cgu.`status` = 1
               ORDER BY cgu.create_time desc