Commit 06a4f7ae authored by renchao's avatar renchao

生产工序业务修改

parent 7a09d36d
...@@ -19,6 +19,6 @@ public interface TProcessesCrusherMapper extends BaseMapper<TProcessesCrusher> { ...@@ -19,6 +19,6 @@ public interface TProcessesCrusherMapper extends BaseMapper<TProcessesCrusher> {
Page<TProcessesCrusherVo> getPage(Page<TProcessesCrusher> page, @Param("ew") QueryWrapper<TProcessesCrusher> queryWrapper); Page<TProcessesCrusherVo> getPage(Page<TProcessesCrusher> page, @Param("ew") QueryWrapper<TProcessesCrusher> queryWrapper);
Page<TProcessesCrusherVo> getByQuery(@Param("ew") QueryWrapper<TProcessesCrusher> queryWrapper); TProcessesCrusherVo getByQuery(@Param("ew") QueryWrapper<TProcessesCrusher> queryWrapper);
} }
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
a.EquipmentID, a.EquipmentID,
a.WorkType, a.WorkType,
a.WorkTime, a.WorkTime,
-- a.Wcdw, /*吨位 查吨位表中的吨位*/ /* a.Wcdw, 吨位 查吨位表中的吨位*/
a.Price, a.Price,
a.TotalMoney, a.TotalMoney,
a.Bz, a.Bz,
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
a.EquipmentID, a.EquipmentID,
a.WorkType, a.WorkType,
a.WorkTime, a.WorkTime,
-- a.Wcdw, /*吨位 查吨位表中的吨位*/
a.Price, a.Price,
a.TotalMoney, a.TotalMoney,
b.Wcdw b.Wcdw
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
a.EquipmentID, a.EquipmentID,
a.WorkType, a.WorkType,
a.WorkTime, a.WorkTime,
-- a.Wcdw, /*吨位 查吨位表中的吨位*/ /* a.Wcdw, 吨位 查吨位表中的吨位*/
a.Price, a.Price,
a.TotalMoney, a.TotalMoney,
a.Bz, a.Bz,
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
a.EquipmentID, a.EquipmentID,
a.WorkType, a.WorkType,
a.WorkTime, a.WorkTime,
-- a.Wcdw, /*吨位 查吨位表中的吨位*/
a.Price, a.Price,
a.TotalMoney, a.TotalMoney,
b.Wcdw b.Wcdw
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment