Browse Source

0412更新

master
ruanqi 2 years ago
parent
commit
05d68d0231
  1. 4
      src/main/resources/mapper/board/BoardMapper.xml

4
src/main/resources/mapper/board/BoardMapper.xml

@ -3,8 +3,8 @@
<mapper namespace="com.heai.modules.board.dao.BoardMapper"> <mapper namespace="com.heai.modules.board.dao.BoardMapper">
<select id="getWeekShipmentBoardData" resultType="com.heai.modules.board.entity.ViewKanbanCODelNotifyData"> <select id="getWeekShipmentBoardData" resultType="com.heai.modules.board.entity.ViewKanbanCODelNotifyData">
select abbreviateName,CustomerPONo,DelNotifyNo,PlanShipDate,PartSpec,NotifyQty,forwarderName,EnteredDate,Remark,round(isnull(dbo.Get_PartTotalStock(site,partNo),0),2) stock from (
select abbreviateName,CustomerPONo,DelNotifyNo,PlanShipDate,PartSpec,NotifyQty,forwarderName,EnteredDate,Remark,site,partNo from view_KANBAN_CODelNotify_new
select abbreviateName,CustomerPONo,DelNotifyNo,PlanShipDate,PartSpec,NotifyQty,forwarderName,EnteredDate,Remark,round(isnull(dbo.Get_PartTotalStock(site,partNo),0),2) stock ,finishedFlag from (
select abbreviateName,CustomerPONo,DelNotifyNo,PlanShipDate,PartSpec,NotifyQty,forwarderName,EnteredDate,Remark,site,partNo,finishedFlag from view_KANBAN_CODelNotify_new
<where> <where>
<if test="startDate != null "> <if test="startDate != null ">
AND PlanShipDate >= #{startDate} AND PlanShipDate >= #{startDate}

Loading…
Cancel
Save