1.修改预验收库存查询分组

busUser
x_z 3 years ago
parent 130c08ab9b
commit 3ff1d6f977

@ -202,7 +202,7 @@
<if test="groupType != '' and groupType != null"> <if test="groupType != '' and groupType != null">
GROUP BY #{groupType} GROUP BY #{groupType}
</if> </if>
group by inv_prein_product.id group by inv_prein_product.orderIdFk
order by inv_prein_product.updateTime desc order by inv_prein_product.updateTime desc
</select> </select>
<insert id="insertInvProduct" keyProperty="id" <insert id="insertInvProduct" keyProperty="id"

Loading…
Cancel
Save