fjykTec / ModernWMS

The open source simple and complete warehouse management system is derived from our many years of experience in implementing erp projects. We stripped the original commercial system wms function and opened it up for free, hoping to help the majority of small and medium-sized enterprises. At present, the system supports cross-platform。
https://modernwms.ikeyly.com/
Apache License 2.0
821 stars 259 forks source link

Shipment statistics Linq SQL bug fix #32

Closed Yanchongyun closed 6 months ago

Yanchongyun commented 6 months ago

Shipment statistics table linq sql cannot get result data. Seems like the GoodslocationEntity join is wrong. I changed the Context entity from WarehouseareaEntity to GoodslocationEntity and its looks like OK.

发货统计页面无法检索出数据。 这里连接实体可能搞错了?我从WarehouseareaEntity 修改成 GoodslocationEntity 正常检索出出库数据。 不是对这个系统的业务很熟悉。 请Review一下这里的业务。

Yanchongyun commented 6 months ago

不好意思 develop分支有很多master主分支未合并的内容? 我是不是应该向master进行 pr?