解决包名冲突问题
This commit is contained in:
parent
82db8852dd
commit
79d7d24a16
@ -22,7 +22,6 @@ import cn.com.tenlion.service.usercolumndata.IUserColumnDataService;
|
|||||||
import com.github.pagehelper.PageHelper;
|
import com.github.pagehelper.PageHelper;
|
||||||
import com.github.pagehelper.PageInfo;
|
import com.github.pagehelper.PageInfo;
|
||||||
import org.apache.commons.lang3.StringUtils;
|
import org.apache.commons.lang3.StringUtils;
|
||||||
import org.springframework.beans.BeanUtils;
|
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
|
@ -283,6 +283,8 @@
|
|||||||
var isPay = $('input[type=radio]:checked').val()
|
var isPay = $('input[type=radio]:checked').val()
|
||||||
//字体
|
//字体
|
||||||
var font = $('#card-font').val()
|
var font = $('#card-font').val()
|
||||||
|
// 是否停用
|
||||||
|
var templateStatus = $('input[name=templateStatus]:checked').val()
|
||||||
var obj = {
|
var obj = {
|
||||||
templateCode: code,
|
templateCode: code,
|
||||||
templateCharge: isPay,
|
templateCharge: isPay,
|
||||||
@ -294,7 +296,8 @@
|
|||||||
templateWidth: size,
|
templateWidth: size,
|
||||||
templateHeight: height,
|
templateHeight: height,
|
||||||
templateTypeface: font,
|
templateTypeface: font,
|
||||||
templateMode: '1'
|
templateMode: '1',
|
||||||
|
templateStatus: templateStatus
|
||||||
}
|
}
|
||||||
top.restAjax.post(requestUrl.url + '/app/cardtemplate/savecardtemplate', obj, {
|
top.restAjax.post(requestUrl.url + '/app/cardtemplate/savecardtemplate', obj, {
|
||||||
headers: {
|
headers: {
|
||||||
|
Loading…
Reference in New Issue
Block a user