业务单明细修改可看状态

pro
郑明梁 2 years ago
parent f6c9fd2297
commit 1d6a2d78d7

@ -154,6 +154,7 @@
<if test="endDate != null and endDate !=''"> <if test="endDate != null and endDate !=''">
<![CDATA[ and DATE_FORMAT(pur_apply.createTime,'%Y-%m-%d') <= #{endDate}]]> <![CDATA[ and DATE_FORMAT(pur_apply.createTime,'%Y-%m-%d') <= #{endDate}]]>
</if> </if>
and pur_apply.status=3
</where> </where>
GROUP BY basic_products.uuid GROUP BY basic_products.uuid
</select> </select>

@ -171,6 +171,7 @@
<if test="endDate != null and endDate !=''"> <if test="endDate != null and endDate !=''">
<![CDATA[ and DATE_FORMAT(pur_order.createTime,'%Y-%m-%d') <= #{endDate}]]> <![CDATA[ and DATE_FORMAT(pur_order.createTime,'%Y-%m-%d') <= #{endDate}]]>
</if> </if>
and pur_order.status=3
</where> </where>
</select> </select>
</mapper> </mapper>

@ -171,6 +171,7 @@
<if test="endDate != null and endDate !=''"> <if test="endDate != null and endDate !=''">
<![CDATA[ and DATE_FORMAT(pur_plan.createTime,'%Y-%m-%d') <= #{endDate}]]> <![CDATA[ and DATE_FORMAT(pur_plan.createTime,'%Y-%m-%d') <= #{endDate}]]>
</if> </if>
and pur_plan.status=3
</where> </where>
</select> </select>
</mapper> </mapper>
Loading…
Cancel
Save