@@ -24,8 +24,8 @@
</select>
<select id="getWebsiteSmsDetail" resultType="java.util.Map">
- SELECT id,create_time,lead_phone,send_content from w_sms where id=#{id} ORDER BY create_time DESC
- LIMIT 15
+ SELECT id, DATE_FORMAT(create_time, '%Y-%m-%d %H:%i' ) create_time,lead_phone,send_content from w_sms where id=#{id} ORDER BY create_time DESC
+ LIMIT 999999999
<insert id="setWebsiteSms" parameterType="com.example.nngkxxdp.entity.Wsms">