@@ -4,7 +4,6 @@
<select id="getPage" resultType="com.sd.business.entity.production.vo.ProductionTaskVo">
select pt.id,
- oi.blueprint,
bs.main_img_url,
oi.code orderCode,
oi.wln_code orderWlnCode,
@@ -11,7 +11,7 @@
</select>
<sql id="sql">
- select oi.blueprint,
+ select os.blueprint,
d.name departmentName,
bs.code bomSpecCode,
bs.name bomSpecName,