DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/CompanyMapper.xml
@@ -232,11 +232,10 @@ flag as flag, upload as upload, insertTime as insertTime from t_company where flag != 3 and state = 0 and id in ( from t_company where flag != 3 and state = 0 and id in <foreach collection="ids" item="item" index="index" open="(" separator="," close=")"> #{item} </foreach> ) <if test="null != type"> and type = #{type} </if>