|
|
|
@ -996,6 +996,9 @@ |
|
|
|
|
<if test="pageSpxxReq.ggxh!=null and pageSpxxReq.ggxh!=''"> |
|
|
|
|
AND cc.specification_model LIKE CONCAT(CONCAT('%',#{pageSpxxReq.ggxh}),'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="pageSpxxReq.deptId!=null and pageSpxxReq.deptId!=''"> |
|
|
|
|
AND cc.ent_id = #{pageSpxxReq.deptId} |
|
|
|
|
</if> |
|
|
|
|
<!-- 成品油类型 1 成品油 --> |
|
|
|
|
<if test='pageSpxxReq.cpylx=="1"'> |
|
|
|
|
AND cc.cpy = 'Y' |
|
|
|
@ -1172,7 +1175,7 @@ |
|
|
|
|
<include refid="Base_Column_List"/> |
|
|
|
|
FROM |
|
|
|
|
commodity_code cc |
|
|
|
|
WHERE cc.encoding = =#{spbm} |
|
|
|
|
WHERE cc.encoding =#{spbm} |
|
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|