提交 cf33a311 authored 作者: 000516's avatar 000516

删除档期计划无用字段

上级 05099259
...@@ -40,10 +40,6 @@ public class SalesApPromotionImplDao implements ISalesApPromotionDao { ...@@ -40,10 +40,6 @@ public class SalesApPromotionImplDao implements ISalesApPromotionDao {
public PageInfo page(SalesApWq salesApWq) { public PageInfo page(SalesApWq salesApWq) {
LambdaQueryWrapper<SalesApPromotion> qw = buildWq(salesApWq); LambdaQueryWrapper<SalesApPromotion> qw = buildWq(salesApWq);
Page<SalesApPromotion> salesApDisplayPage = salesApPromotionMapper.selectPage(TableSupport.pageI(), qw); Page<SalesApPromotion> salesApDisplayPage = salesApPromotionMapper.selectPage(TableSupport.pageI(), qw);
// salesApDisplayPage.getRecords().forEach(salesApPromotion -> {
// String flavor = salesApPromotion.getPlannedPromotionFlavor() == null ? null : salesApPromotion.getPlannedPromotionFlavor() + salesApPromotion.getPlannedPromotionFlavorOther();
// salesApPromotion.setPlannedPromotionFlavor(flavor);
// });
return new PageInfo(salesApDisplayPage); return new PageInfo(salesApDisplayPage);
} }
......
...@@ -136,7 +136,6 @@ public class SalesApPromotion implements Serializable { ...@@ -136,7 +136,6 @@ public class SalesApPromotion implements Serializable {
* 档期计划-促销口味 * 档期计划-促销口味
*/ */
private String plannedPromotionFlavor; private String plannedPromotionFlavor;
private String plannedPromotionFlavorOther;
/** /**
* 档期执行-促销规格 * 档期执行-促销规格
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
<result property="promotionSn" column="promotion_sn" jdbcType="INTEGER"/> <result property="promotionSn" column="promotion_sn" jdbcType="INTEGER"/>
<result property="plannedPromotionSpec" column="planned_promotion_spec" jdbcType="VARCHAR"/> <result property="plannedPromotionSpec" column="planned_promotion_spec" jdbcType="VARCHAR"/>
<result property="plannedPromotionFlavor" column="planned_promotion_flavor" jdbcType="VARCHAR"/> <result property="plannedPromotionFlavor" column="planned_promotion_flavor" jdbcType="VARCHAR"/>
<result property="plannedPromotionFlavorOther" column="planned_promotion_flavor_other" jdbcType="VARCHAR"/>
<result property="actualPromotionSpec" column="actual_promotion_spec" jdbcType="VARCHAR"/> <result property="actualPromotionSpec" column="actual_promotion_spec" jdbcType="VARCHAR"/>
<result property="actualPromotionSpecRe" column="actual_promotion_spec_re" jdbcType="VARCHAR"/> <result property="actualPromotionSpecRe" column="actual_promotion_spec_re" jdbcType="VARCHAR"/>
<result property="actualPromotionFlavor" column="actual_promotion_flavor" jdbcType="VARCHAR"/> <result property="actualPromotionFlavor" column="actual_promotion_flavor" jdbcType="VARCHAR"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论