|
@@ -286,7 +286,7 @@ outstoreform.process_instance_id,
|
|
|
|
|
|
<select id="selectLists" resultType="com.platform.dao.vo.query.store.OutStoreFormVO"
|
|
|
parameterType="com.platform.dao.dto.store.OutStoreFormDTO">
|
|
|
- SELECT * FROM t_out_store_form form JOIN t_out_store_detail detail ON
|
|
|
+ SELECT form.*,detail.spare_name,detail.ggxh,detail.unit,detail.real_num FROM t_out_store_form form JOIN t_out_store_detail detail ON
|
|
|
form.id=detail.`out_id`
|
|
|
<where>
|
|
|
<if test="ids!=null and ids.size>0">
|