Commit 98c08aaf by YG8999

短信日志、扫呗支付日志

parent 391570b2
...@@ -12,7 +12,7 @@ public enum SmsTypeEnum { ...@@ -12,7 +12,7 @@ public enum SmsTypeEnum {
SMS_CLEAN_RECORDS_TEMP(2,"sms.clean.records.template","保洁任务短信提示"), SMS_CLEAN_RECORDS_TEMP(2,"sms.clean.records.template","保洁任务短信提示"),
SMS_CLEAN_RECORDS_TEMP_15(3,"sms.clean.records.template.15","即将保洁任务短信提醒"), SMS_CLEAN_RECORDS_TEMP_15(3,"sms.clean.records.template.15","即将保洁任务短信提醒"),
SMS_ORDER_START_TEMP(4,"sms.order.start.template","订单即将开始提示短信"), SMS_ORDER_START_TEMP(4,"sms.order.start.template","订单即将开始提示短信"),
SMS_ORDER_END_TEMP(5,"sms.order.end.template","订单即结束始提示短信"), SMS_ORDER_END_TEMP(5,"sms.order.end.template","订单即将结束提示短信"),
SMS_CLEAN_RECORDS_STOP_TEMP(6,"sms.clean.records.stop.template","保洁任务中断短信提醒"), SMS_CLEAN_RECORDS_STOP_TEMP(6,"sms.clean.records.stop.template","保洁任务中断短信提醒"),
SMS_DEVICE_ABNORMAL_TEMP(7,"sms.device.abnormal.template","设备状态异常变更短信提醒"), SMS_DEVICE_ABNORMAL_TEMP(7,"sms.device.abnormal.template","设备状态异常变更短信提醒"),
; ;
......
...@@ -49,6 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -49,6 +49,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="resultMsg != null and resultMsg != ''"> and result_msg = #{resultMsg}</if> <if test="resultMsg != null and resultMsg != ''"> and result_msg = #{resultMsg}</if>
<if test="flag != null and flag != ''"> and flag = #{flag}</if> <if test="flag != null and flag != ''"> and flag = #{flag}</if>
</where> </where>
order by create_time desc
</select> </select>
<select id="selectSaobeiApiLogById" parameterType="Long" resultMap="SaobeiApiLogResult"> <select id="selectSaobeiApiLogById" parameterType="Long" resultMap="SaobeiApiLogResult">
......
...@@ -35,6 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -35,6 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="result != null "> and result = #{result}</if> <if test="result != null "> and result = #{result}</if>
<if test="resultParam != null and resultParam != ''"> and result_param = #{resultParam}</if> <if test="resultParam != null and resultParam != ''"> and result_param = #{resultParam}</if>
</where> </where>
order by create_time desc
</select> </select>
<select id="selectSmsLogById" parameterType="Long" resultMap="SmsLogResult"> <select id="selectSmsLogById" parameterType="Long" resultMap="SmsLogResult">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment