main
黄海 1 year ago
parent c5cdb061d5
commit e2480ed36f

@ -79,7 +79,7 @@
upload.render({
elem: '#upload-excel',
url: '/QingLong/collect/uoloadTemplate',
url: '/QingLong/collect/uploadTemplate',
exts: 'xlsx',
done: function (res) {
if (res.success) {

@ -64,7 +64,7 @@ public class CollectController extends Controller {
*/
@Before({POST.class, RepeatIntercetpor.class})
@IsLoginInterface({})
public void uoloadTemplate() throws IOException {
public void uploadTemplate() throws IOException {
UploadFile excelFile = getFile();//得到文件对象
//操作人员
String person_id = SessionKit.get(getRequest(), getResponse(), "person_id");

Loading…
Cancel
Save