实际功率字段
This commit is contained in:
		| @@ -24,6 +24,14 @@ | ||||
|  | ||||
|     <select id="list" resultType="com.cnbm.packing.dto.ChangePackagingBoxHistoryDTO"> | ||||
|         select * from t_change_packaging_box_history | ||||
|         <where> | ||||
|             <if test="startTime != null and endTime != null"> | ||||
|                 and create_time BETWEEN #{startTime} AND #{endTime} | ||||
|             </if> | ||||
|             <if test="type != null"> | ||||
|                 and type = #{type} | ||||
|             </if> | ||||
|         </where> | ||||
|         order by id asc | ||||
|     </select> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user