|
|
@@ -16,10 +16,12 @@
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
- id,order_no,company_id,
|
|
|
- license_no,status,opt_type,
|
|
|
- opt_content,`result`,create_time,
|
|
|
- create_by
|
|
|
+ id,order_no,module,
|
|
|
+ sub_module,company_id,license_no,
|
|
|
+ status,opt_type,opt_content,
|
|
|
+ `result`,create_time,create_by,
|
|
|
+ update_by,update_time,change_before,
|
|
|
+ change_after
|
|
|
</sql>
|
|
|
<select id="queryList" resultType="com.jzg.commons.entity.vo.OrdersTrackVo">
|
|
|
SELECT <include refid="Base_Column_List"/>
|