更新修改检测项目提成

This commit is contained in:
许允枞 2024-11-11 18:06:25 +08:00
parent 1aa4436ce6
commit 3620064c2f

View File

@ -23,6 +23,6 @@
AND role_id = #{entity.roleId} AND role_id = #{entity.roleId}
</if> </if>
</where> </where>
ORDER BY update_time DESC ORDER BY create_time DESC
</select> </select>
</mapper> </mapper>