记得上下班打卡 | git大法好,push需谨慎

Commit 129a69cb authored by 张国柄's avatar 张国柄

会员编辑内容+onsale;

parent f78bdbdf
...@@ -91,6 +91,7 @@ public class AdamMemberAdminController extends BaseController { ...@@ -91,6 +91,7 @@ public class AdamMemberAdminController extends BaseController {
AdamMember::getInterestsDetail, AdamMember::getInterestsDetail,
AdamMember::getNotes, AdamMember::getNotes,
AdamMember::getType, AdamMember::getType,
AdamMember::getOnsale,
AdamMember::getIntegralRate AdamMember::getIntegralRate
) )
); );
......
...@@ -201,11 +201,11 @@ ...@@ -201,11 +201,11 @@
<label class="col-sm-2 control-label">是否开售:</label> <label class="col-sm-2 control-label">是否开售:</label>
<div class="col-sm-10"> <div class="col-sm-10">
<div class="radio-box"> <div class="radio-box">
<input type="radio" id="radio1" th:field="*{onsale}" name="onsale" value="2"> <input type="radio" id="radio1" th:checked="*{onsale==2}" name="onsale" value="2">
<label for="radio1"></label> <label for="radio1"></label>
</div> </div>
<div class="radio-box"> <div class="radio-box">
<input type="radio" id="radio2" th:field="*{onsale}" name="onsale" value="1"> <input type="radio" id="radio2" th:checked="*{onsale==1}" name="onsale" value="1">
<label for="radio2"></label> <label for="radio2"></label>
</div> </div>
</div> </div>
......
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