|
|
@ -107,6 +107,8 @@ public class RecruitMobileServiceImpl extends Service implements RecruitMobileSe
|
|
|
|
buildDataMap.put("formmodeid", formModeId);
|
|
|
|
buildDataMap.put("formmodeid", formModeId);
|
|
|
|
// 构建建模表基本数据
|
|
|
|
// 构建建模表基本数据
|
|
|
|
buildDataMap.put("ypdjid",billId);
|
|
|
|
buildDataMap.put("ypdjid",billId);
|
|
|
|
|
|
|
|
buildDataMap.put("mslx","0");
|
|
|
|
|
|
|
|
buildDataMap.put("mszt","0");
|
|
|
|
RecruitRecordSet.buildModeInsertFields(buildDataMap, 1);
|
|
|
|
RecruitRecordSet.buildModeInsertFields(buildDataMap, 1);
|
|
|
|
RecruitRecordSet.insertData(buildDataMap, targetTable);
|
|
|
|
RecruitRecordSet.insertData(buildDataMap, targetTable);
|
|
|
|
msId = String.valueOf(RecruitRecordSet.refreshRight(uuid, targetTable, formModeId,1));
|
|
|
|
msId = String.valueOf(RecruitRecordSet.refreshRight(uuid, targetTable, formModeId,1));
|
|
|
|