装箱单信息查询排序
This commit is contained in:
		| @@ -22,6 +22,8 @@ | ||||
|         <id column="CONTENT" property="content" /> | ||||
|         <id column="line_body" property="lineBody" /> | ||||
|         <id column="is_enable" property="isEnable" /> | ||||
|         <id column="scenes" property="scenes" /> | ||||
|         <id column="product_grade" property="productGrade" /> | ||||
|     </resultMap> | ||||
|  | ||||
|     <select id="list" resultType="com.cnbm.packing.dto.PrintModelDTO"> | ||||
|   | ||||
							
								
								
									
										25
									
								
								ym-packing/src/main/resources/mapper/WorkingTimeMapper.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								ym-packing/src/main/resources/mapper/WorkingTimeMapper.xml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,25 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> | ||||
| <mapper namespace="com.cnbm.packing.mapper.WorkingTimeMapper"> | ||||
|     <resultMap type="com.cnbm.packing.entity.WorkingTime" id="WorkingTimeMap"> | ||||
|             <id column="id" property="id" /> | ||||
|             <id column="order_name" property="orderName" /> | ||||
|             <id column="begin_time" property="beginTime" /> | ||||
|             <id column="end_time" property="endTime" /> | ||||
|             <id column="remark" property="remark" /> | ||||
|             <id column="valid" property="valid" /> | ||||
|             <id column="creator_id" property="creatorId" /> | ||||
|             <id column="creator_name" property="creatorName" /> | ||||
|             <id column="create_time" property="createTime" /> | ||||
|             <id column="updater_id" property="updaterId" /> | ||||
|             <id column="updater_name" property="updaterName" /> | ||||
|             <id column="update_time" property="updateTime" /> | ||||
|             <id column="version" property="version" /> | ||||
|     </resultMap> | ||||
|  | ||||
|     <select id="list" resultType="com.cnbm.packing.dto.WorkingTimeDTO"> | ||||
|         select * from t_working_time | ||||
|         order by id asc | ||||
|     </select> | ||||
|  | ||||
| </mapper> | ||||
		Reference in New Issue
	
	Block a user