|
|
@ -209,8 +209,8 @@ |
|
|
AND dateadd( DAY, 1, #{date6} ) > T.PlanFinishTime |
|
|
AND dateadd( DAY, 1, #{date6} ) > T.PlanFinishTime |
|
|
</if> |
|
|
</if> |
|
|
${sql} |
|
|
${sql} |
|
|
order by d.bu_no, T.S_ResourceID, ISNULL(T.serial_number, 999999) |
|
|
|
|
|
</where> |
|
|
</where> |
|
|
|
|
|
ORDER BY d.bu_no, T.S_ResourceID, ISNULL(T.serial_number, 999999) |
|
|
</select> |
|
|
</select> |
|
|
<select id="searchShopOrder" resultType="com.gaotao.modules.shopOrder.entity.SearchShopOrder"> |
|
|
<select id="searchShopOrder" resultType="com.gaotao.modules.shopOrder.entity.SearchShopOrder"> |
|
|
Select T.OrderNo,T.NeedDate,T.OrderType,T.PartNo,p.PartDescription+' / '+isnull(p.Spec,'') as PartDescription, |
|
|
Select T.OrderNo,T.NeedDate,T.OrderType,T.PartNo,p.PartDescription+' / '+isnull(p.Spec,'') as PartDescription, |
|
|
|