|
@@ -726,7 +726,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
goods g
|
|
goods g
|
|
LEFT JOIN course_project_type cpt ON g.project_id = cpt.id
|
|
LEFT JOIN course_project_type cpt ON g.project_id = cpt.id
|
|
WHERE
|
|
WHERE
|
|
- INSTR( cpt.project_name, '施工现场专业人员' ) <![CDATA[ <= ]]> 0
|
|
|
|
|
|
+ INSTR( cpt.project_name, '施工现场专业人员' )
|
|
AND g.goods_id IN
|
|
AND g.goods_id IN
|
|
<foreach collection="goodsIds" item="item" index="index" open="(" close=")" separator=",">
|
|
<foreach collection="goodsIds" item="item" index="index" open="(" close=")" separator=",">
|
|
#{item}
|
|
#{item}
|