解决包名冲突问题

This commit is contained in:
cuibaocheng 2021-06-03 15:50:52 +08:00
parent 82db8852dd
commit 79d7d24a16
2 changed files with 4 additions and 2 deletions

View File

@ -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;

View File

@ -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: {