guns-vip-main/src/main/java/cn/stylefeng/guns/modular/gm/greaseManage/mapper/mapping/GreaseManageMapper.xml
@@ -26,6 +26,9 @@ select <include refid="Base_Column_List"/> from gm_grease_manage where 1 = 1 <if test="paramCondition.locationCode != null and paramCondition.locationCode != ''"> and location_code like CONCAT('%',#{paramCondition.locationCode},'%') </if> </select> <select id="customMapList" resultType="map" parameterType="cn.stylefeng.guns.modular.gm.greaseManage.model.params.GreaseManageParam">