Merge remote-tracking branch 'origin/activity' into activity

This commit is contained in:
dy 2021-03-31 10:06:31 +08:00
commit 6bf6dec1c9
7 changed files with 8 additions and 8 deletions

View File

@ -28,7 +28,7 @@ import com.ruoyi.common.core.page.TableDataInfo;
/** /**
* 存储奖项配置信息Controller * 存储奖项配置信息Controller
* *
* @author ruoyi * @author xlh
* @date 2021-03-26 * @date 2021-03-26
*/ */
@Controller @Controller

View File

@ -7,7 +7,7 @@ import com.sinosoft.activity.domain.DrawConfig;
/** /**
* 存储奖项配置信息列表Service接口 * 存储奖项配置信息列表Service接口
* *
* @author ruoyi * @author xlh
* @date 2021-03-25 * @date 2021-03-25
*/ */
public interface IDrawConfigService public interface IDrawConfigService

View File

@ -8,7 +8,7 @@ import java.util.List;
/** /**
* 抽奖活动管理对象Service接口 * 抽奖活动管理对象Service接口
* *
* @author ruoyi * @author xlh
* @date 2021-03-25 * @date 2021-03-25
*/ */
public interface IDrawInfoService public interface IDrawInfoService

View File

@ -13,7 +13,7 @@ import com.ruoyi.common.core.text.Convert;
/** /**
* 存储奖项配置信息列表Service业务层处理 * 存储奖项配置信息列表Service业务层处理
* *
* @author ruoyi * @author xlh
* @date 2021-03-25 * @date 2021-03-25
*/ */
@Service @Service

View File

@ -13,7 +13,7 @@ import com.ruoyi.common.core.text.Convert;
/** /**
* 抽奖活动管理对象Service业务层处理 * 抽奖活动管理对象Service业务层处理
* *
* @author ruoyi * @author xlh
* @date 2021-03-25 * @date 2021-03-25
*/ */
@Service @Service

View File

@ -68,7 +68,7 @@
<div class="row"> <div class="row">
<div class="col-sm-6"> <div class="col-sm-6">
<div class="form-group"> <div class="form-group">
<label class="col-sm-4 control-label is-required">奖品发放制</label> <label class="col-sm-4 control-label is-required">奖品发放制:</label>
<div class="col-sm-8"> <div class="col-sm-8">
<select name="AWARDTYPE" class="form-control" th:with="type=${@dict.getType('AWARDTYPE')}"> <select name="AWARDTYPE" class="form-control" th:with="type=${@dict.getType('AWARDTYPE')}">
<option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option> <option th:each="dict : ${type}" th:text="${dict.dictLabel}" th:value="${dict.dictValue}"></option>

View File

@ -11,7 +11,7 @@
<div class="select-list"> <div class="select-list">
<ul> <ul>
<li> <li>
<p>活动码:</p> <p>活动码:</p>
<input type="text" name="DRAWCODE"/> <input type="text" name="DRAWCODE"/>
</li> </li>
<li> <li>
@ -146,7 +146,7 @@
visible: false visible: false
}, },
{ {
field: 'VALIDATETYPE', field: 'validatetype',
title: '校验类型', title: '校验类型',
visible: false visible: false
}, },