Commit 03e17f3c authored by 付培阳's avatar 付培阳

值班增加导入接口

parent 5dde42fe
......@@ -45,4 +45,12 @@ public interface IDutyCommonService {
* @return String
*/
String getGroupCode();
/**
* 值班数据入库
*
* @param dataList
*/
void saveImportData(List<Map<String, Object>> dataList);
}
......@@ -159,6 +159,7 @@ public class DutyCommonServiceImpl implements IDutyCommonService {
}
@Override
public void saveImportData(List<Map<String, Object>> dataList) {
List<DynamicFormInstance> formInstanceList = new ArrayList<>();
List<DutyPersonShift> dutyPersonShifts = new ArrayList<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment