增加日志控制、优化金山95值自动计算方法

This commit is contained in:
gaoyutao
2025-11-03 18:51:00 +08:00
parent 841dd84a99
commit d1db8a5865
4 changed files with 138 additions and 24 deletions
@@ -74,4 +74,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{id}
</foreach>
</delete>
<select id="getAllMachineClientId" resultType="RmRegistrationMachine">
select client_id clientId from rm_registration_machine
<where>
and client_id != ''
</where>
group by client_id
</select>
</mapper>