增加日志控制、优化金山95值自动计算方法
This commit is contained in:
+8
@@ -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>
|
||||
Reference in New Issue
Block a user