@@ -106,7 +106,7 @@
<if test="number != null and number != ''">
AND t1.entry_business_number = #{number} OR AND t1.business_number = #{number}
</if>
- ORDER BY t1.gmtCreate DESC
+ ORDER BY t1.gmt_create DESC
</select>