问题描述
解决方案
SELECT * from dict_item where did='dict_doctorworktime' ORDER BY cast(code as SIGNED);这样应该就可以了。
解决方案二:
转换一下类型
解决方案三:
既然是数字,那就用数值类型的字段,要么就动态转换成int
时间: 2024-10-26 18:26:16
SELECT * from dict_item where did='dict_doctorworktime' ORDER BY cast(code as SIGNED);这样应该就可以了。
解决方案二:
转换一下类型
解决方案三:
既然是数字,那就用数值类型的字段,要么就动态转换成int