|
|
@@ -341,7 +341,7 @@ public class ThematicImpl implements ThematicService {
|
|
|
public R<Object> launchCustom(String name, String ztfw, String ztbt, String ztry, String ztdw, String fwlx, String bh) {
|
|
|
String uuid = StringUtils.getUUID();
|
|
|
// 插入制图任务表 2---自定义制图
|
|
|
- thematicMapper.addRw(uuid, name, "2", "2", ztfw, "");
|
|
|
+ thematicMapper.addRw(uuid, name, "2", ztfw, ztry, ztdw);
|
|
|
fzssFxrwrzHandleService.insertFxrwrz(uuid, "自定义制图", "任务创建成功", "info");
|
|
|
//这里根据类型,获取比例尺相关表的图幅号:
|
|
|
String tfhInfo = ""; //图幅号信息
|