解决包名冲突问题
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.PageInfo;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.springframework.beans.BeanUtils;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
|
@ -283,6 +283,8 @@
|
||||
var isPay = $('input[type=radio]:checked').val()
|
||||
//字体
|
||||
var font = $('#card-font').val()
|
||||
// 是否停用
|
||||
var templateStatus = $('input[name=templateStatus]:checked').val()
|
||||
var obj = {
|
||||
templateCode: code,
|
||||
templateCharge: isPay,
|
||||
@ -294,7 +296,8 @@
|
||||
templateWidth: size,
|
||||
templateHeight: height,
|
||||
templateTypeface: font,
|
||||
templateMode: '1'
|
||||
templateMode: '1',
|
||||
templateStatus: templateStatus
|
||||
}
|
||||
top.restAjax.post(requestUrl.url + '/app/cardtemplate/savecardtemplate', obj, {
|
||||
headers: {
|
||||
|
Loading…
Reference in New Issue
Block a user