Browse Source

修改报销未走完单提示语。

anderx 1 year ago
parent
commit
904391232f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/AdminCallDayMapper.xml

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

@@ -201,7 +201,7 @@
         select
         <include refid="AdminCallDayAllSql"/>
         from admin_call_day
-        where aid = #{aid} and day_date = #{dayDate}
+        where aid = #{aid} and day_date = #{now}
     </select>
 
     <insert id="insertDay">