44323
2023-08-17 3e09990298d9751bdf03e28f3935a02130440a74
cloud-server-other/src/main/resources/mapper/HonorRulesMapper.xml
@@ -19,4 +19,8 @@
        </foreach>
        </if>
    </select>
    <select id="getList" resultType="com.dsh.other.entity.HonorRules">
        select * from t_honor_rules
    </select>
</mapper>