|
|
@ -475,8 +475,9 @@ public class IdcServiceImpl implements IdcService {
|
|
|
|
|
|
|
|
|
|
|
|
private void saveExportStatus(Map<String,Object> params) {
|
|
|
|
private void saveExportStatus(Map<String,Object> params) {
|
|
|
|
Map<String,Object> map = new HashMap<String,Object>();
|
|
|
|
Map<String,Object> map = new HashMap<String,Object>();
|
|
|
|
map.put("receiveStatus", "0");
|
|
|
|
|
|
|
|
map.putAll(params);
|
|
|
|
map.putAll(params);
|
|
|
|
|
|
|
|
map.put("receiveStatus", "0");
|
|
|
|
map.put("id", CustomUtil.getId());
|
|
|
|
map.put("id", CustomUtil.getId());
|
|
|
|
map.put("updateTime", new Date());
|
|
|
|
map.put("updateTime", new Date());
|
|
|
|
Map<String,Object> columns = getColumn("basic_export_status");
|
|
|
|
Map<String,Object> columns = getColumn("basic_export_status");
|
|
|
|