Parcourir la source

修改变更,修改首付款BUG修复

anderx il y a 8 mois
Parent
commit
1526ea8c0f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

@@ -2298,7 +2298,7 @@
             and sign_time <= #{signTime}
             and sign_time <= #{signTime}
         </if>
         </if>
         <if test="type==1">
         <if test="type==1">
-            and sign_time &gt; #{signTime}
+            and sign_time &gt;= #{signTime}
         </if>
         </if>
     </select>
     </select>