修改
This commit is contained in:
		| @@ -3,6 +3,7 @@ package com.stdiet.custom.service.impl; | ||||
| import com.stdiet.common.annotation.Excel; | ||||
| import com.stdiet.common.utils.DateUtils; | ||||
| import com.stdiet.common.utils.SecurityUtils; | ||||
| import com.stdiet.common.utils.StringUtils; | ||||
| import com.stdiet.custom.domain.SysOrder; | ||||
| import com.stdiet.custom.mapper.SysOrderMapper; | ||||
| import com.stdiet.custom.service.ISysCommissionDayService; | ||||
|   | ||||
| @@ -145,7 +145,7 @@ | ||||
|  | ||||
|     <select id="selectSysOrderById" parameterType="Long" resultMap="SysOrderResult"> | ||||
|         <include refid="selectSysOrderVo"/> | ||||
|         where order_id = #{orderId} and del_flag = 0 | ||||
|         where order_id = #{orderId} and o.del_flag = 0 | ||||
|     </select> | ||||
|  | ||||
|     <insert id="insertSysOrder" parameterType="SysOrder" useGeneratedKeys="true" keyProperty="orderId"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user