heheng
2025-07-08 427f9796bf60fe1262131a8fd6ae6c25e02574be
multi-system/src/main/resources/mapper/system/CompanyRosterMapper.xml
@@ -46,7 +46,7 @@
        FROM
            company_roster
        WHERE
            del_flag = 1
            del_flag = 0
        <if test="companyId!=null and companyId!=''">
            and company_id = #{companyId}
        </if>