Commit 1e82e34f by 高晓磊

修改一下价格调整状态的注释

parent ba1b59f4
...@@ -4,8 +4,6 @@ import com.beecode.bap.attachment.common.Page; ...@@ -4,8 +4,6 @@ import com.beecode.bap.attachment.common.Page;
import com.beecode.bcp.core.context.AminoContextHolder; import com.beecode.bcp.core.context.AminoContextHolder;
import com.beecode.bcp.type.KObject; import com.beecode.bcp.type.KObject;
import com.beecode.inz.common.BaseConstants; import com.beecode.inz.common.BaseConstants;
import com.beecode.inz.common.util.DateTimeUtils;
import com.beecode.util.DateUtil;
import com.xyst.dinas.price.dao.PriceAdjustmentDao; import com.xyst.dinas.price.dao.PriceAdjustmentDao;
import com.xyst.dinas.price.entity.*; import com.xyst.dinas.price.entity.*;
import com.xyst.dinas.price.enumeration.PriceAdjustmentAdjustmentStatusEnum; import com.xyst.dinas.price.enumeration.PriceAdjustmentAdjustmentStatusEnum;
...@@ -21,7 +19,6 @@ import java.text.ParseException; ...@@ -21,7 +19,6 @@ import java.text.ParseException;
import java.text.SimpleDateFormat; import java.text.SimpleDateFormat;
import java.util.*; import java.util.*;
import java.util.stream.Collectors; import java.util.stream.Collectors;
import java.util.stream.Stream;
@Transactional(rollbackFor = Exception.class) @Transactional(rollbackFor = Exception.class)
public class PriceAdjustmentServiceImpl implements PriceAdjustmentService { public class PriceAdjustmentServiceImpl implements PriceAdjustmentService {
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
</property> </property>
<property name="adjustmentStatus" type="int" not-null="true"> <property name="adjustmentStatus" type="int" not-null="true">
<column name="adjustment_status" default="0"> <column name="adjustment_status" default="0">
<comment>调整状态 0未开始 1进行中 2已结束</comment> <comment>调整状态 0未生效 1生效中 2已结束 3已废弃</comment>
</column> </column>
</property> </property>
<property name="applyDate" type="timestamp" not-null="true"> <property name="applyDate" type="timestamp" not-null="true">
......
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