| | |
| | | <if test="paramCondition.typeL != null and paramCondition.typeL != ''"> |
| | | and type_l like CONCAT('%',#{paramCondition.typeL},'%') |
| | | </if> |
| | | <if test="paramCondition.typeZ != null and paramCondition.typeZ != ''"> |
| | | and type_Z like CONCAT('%',#{paramCondition.typeZ},'%') |
| | | </if> |
| | | </select> |
| | | |
| | | <select id="customMapList" resultType="map" parameterType="cn.stylefeng.guns.modular.zsx.bs.material.model.params.MaterialInfoParam"> |
| | |
| | | </if> |
| | | <if test="paramCondition.typeL != null and paramCondition.typeL != ''"> |
| | | and type_l like CONCAT('%',#{paramCondition.typeL},'%') |
| | | </if> |
| | | <if test="paramCondition.typeZ != null and paramCondition.typeZ != ''"> |
| | | and type_Z like CONCAT('%',#{paramCondition.typeZ},'%') |
| | | </if> |
| | | </select> |
| | | |
| | |
| | | <if test="paramCondition.typeL != null and paramCondition.typeL != ''"> |
| | | and type_l like CONCAT('%',#{paramCondition.typeL},'%') |
| | | </if> |
| | | <if test="paramCondition.typeZ != null and paramCondition.typeZ != ''"> |
| | | and type_Z like CONCAT('%',#{paramCondition.typeZ},'%') |
| | | </if> |
| | | </select> |
| | | |
| | | <select id="customPageMapList" resultType="map" parameterType="cn.stylefeng.guns.modular.zsx.bs.material.model.params.MaterialInfoParam"> |
| | |
| | | <if test="paramCondition.typeL != null and paramCondition.typeL != ''"> |
| | | and type_l like CONCAT('%',#{paramCondition.typeL},'%') |
| | | </if> |
| | | <if test="paramCondition.typeZ != null and paramCondition.typeZ != ''"> |
| | | and type_Z like CONCAT('%',#{paramCondition.typeZ},'%') |
| | | </if> |
| | | </select> |
| | | |
| | | </mapper> |