| | |
| | | |
| | | |
| | | <select id="queryDatas" resultType="com.dsh.other.model.BillingRequestOfType"> |
| | | SELECT DATE_FORMAT(insertTime, '%m-%d %H:%i')as `time`,DATE_FORMAT(payTime, '%m-%d %H:%i')as `time1`, |
| | | SELECT |
| | | DATE_FORMAT(insertTime, '%m-%d %H:%i')as `time`, |
| | | DATE_FORMAT(payTime, '%m-%d %H:%i')as `time1`, |
| | | payMoney as amount, |
| | | `status` |
| | | `status`, |
| | | UNIX_TIMESTAMP(payTime) * 1000 as dateTime |
| | | from t_site_booking |
| | | where payType != 3 and status != 0 |
| | | <if test="null != monthStart and '' != monthStart and null != monthEnd and '' != monthEnd"> |