Commit ef88b44d by 陶光胜

投诉建议状态变更

parent 7d4b0f1f
......@@ -9,6 +9,8 @@ import com.gic.evaluate.service.EvaluateOrderConfigService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.Date;
/**
*
* @Description:
......@@ -44,6 +46,7 @@ public class EvaluateOrderConfigServiceImpl implements EvaluateOrderConfigServic
evaluateOrderConfig.setBadEvaluateTagType(-1);
evaluateOrderConfig.setBadSuggestionTag(Constants.OPEN);
evaluateOrderConfig.setBadSuggestionTagType(3);
evaluateOrderConfig.setUpdateTime(new Date());
this.tabEvaluateOrderConfigMapper.insertSelective(evaluateOrderConfig);
}
......
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