xubh %!s(int64=4) %!d(string=hai) anos
pai
achega
b15a3373ff

+ 1 - 1
src/main/resources/com/minpay/db/table/own/mapper/ShOrderMapper.xml

@@ -32,7 +32,7 @@
 		WHERE 1=1
 		<if test="dates!=null and dates != ''">
 			and substr(a.VOI_CREATE_TIME,1,8) between substr((#{dates,jdbcType=VARCHAR}),1,8)
-			and substr((#{dates,jdbcType=VARCHAR}),12,19)
+			and substr((#{dates,jdbcType=VARCHAR}),10,17)
 		</if>
 		<if test="equipmentId != null and equipmentId != ''">
 			and a.VOI_EQUIPMENT_ID = #{equipmentId,jdbcType=VARCHAR}