lyhzzz 2 سال پیش
والد
کامیت
374aefd081
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/resources/mapper/agent/AgentNewLogMapper.xml

+ 1 - 1
src/main/resources/mapper/agent/AgentNewLogMapper.xml

@@ -14,7 +14,7 @@
     </select>
     <select id="getLogDataM" resultType="com.fdkankan.agent.entity.AgentNewLog">
         SELECT *
-        FROM t_agent_new_log WHERE agent_id =#{agentId} PERIOD_DIFF( date_format( now( ) , '%Y%m' ) , date_format( create_time, '%Y%m' ) ) =1
+        FROM t_agent_new_log WHERE agent_id =#{agentId} and PERIOD_DIFF( date_format( now( ) , '%Y%m' ) , date_format( create_time, '%Y%m' ) ) =1
 
     </select>