|
|
@@ -61,6 +61,7 @@ import com.goafanti.order.bo.NewOderCahngeListBo;
|
|
|
import com.goafanti.order.bo.NewOrderChangeBo;
|
|
|
import com.goafanti.order.bo.OrderChangeLogBo;
|
|
|
import com.goafanti.order.bo.OutNewOrderDunBo;
|
|
|
+import com.goafanti.order.bo.TChanggeDunOut;
|
|
|
import com.goafanti.order.bo.TChanggeTaskOut;
|
|
|
import com.goafanti.order.bo.TOrderLogBo;
|
|
|
import com.goafanti.order.bo.TOrderTaskBo;
|
|
|
@@ -667,7 +668,7 @@ public class OrderChangeServiceImpl extends BaseMybatisDao<NewOrderChangeMapper>
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public List<TChanggeDun> selectChangeDun(Integer cid) {
|
|
|
+ public List<TChanggeDunOut> selectChangeDun(Integer cid) {
|
|
|
return tChanggeDunMapper.selectByCid(cid);
|
|
|
}
|
|
|
|