|
@@ -72,7 +72,7 @@
|
|
|
</sql>
|
|
|
<select id="selectList" parameterType="com.platform.dao.dto.fill.FillGatherTaskDetailDTO"
|
|
|
resultType="com.platform.dao.vo.query.fill.FillGatherTaskDetailVO">
|
|
|
- select fill.*,sb.name as sbName,sp.name as positionName,sb.no as sbNo,sb.position_no as positionNo,
|
|
|
+ select fill.*,sb.name as sbName,sp.name as positionName,sb.no as sbNo,sb.position_no as positionNo
|
|
|
from t_fill_gather_task_detail as fill
|
|
|
join t_sb_info sb on fill.sb_id = sb.id left join t_sb_position sp on sb.position_id = sp.id
|
|
|
<where>
|