需求计划申请表格导入
This commit is contained in:
parent
203176e09e
commit
ea2720ebde
|
|
@ -97,6 +97,8 @@
|
||||||
HAVING ((SUM(spa.ck_num)+sum(spa.lk_num) )>=SUM(spa.need_num))
|
HAVING ((SUM(spa.ck_num)+sum(spa.lk_num) )>=SUM(spa.need_num))
|
||||||
</if>
|
</if>
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
|
ORDER BY spa.update_time desc
|
||||||
</select>
|
</select>
|
||||||
<select id="getProMoney" resultType="java.lang.String">
|
<select id="getProMoney" resultType="java.lang.String">
|
||||||
select SUM(pos.cg_num*sct.price) money
|
select SUM(pos.cg_num*sct.price) money
|
||||||
|
|
@ -159,6 +161,7 @@
|
||||||
</if>
|
</if>
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
ORDER BY spa.update_time desc
|
||||||
</select>
|
</select>
|
||||||
<select id="outPlanMoney" resultType="java.lang.String">
|
<select id="outPlanMoney" resultType="java.lang.String">
|
||||||
select SUM(pos.cg_num*sct.price) money
|
select SUM(pos.cg_num*sct.price) money
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue