|
|
@@ -564,7 +564,7 @@ public class AuditServiceImpl implements AuditService {
|
|
|
Map<String,Object> itemMap = new HashMap<String,Object>();
|
|
|
itemMap.put("id_",boId);
|
|
|
itemMap.put("create_time_", new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()));
|
|
|
- itemMap.put("create_by_", '1');
|
|
|
+ itemMap.put("create_by_", uid);
|
|
|
itemMap.put("update_time_", new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date()));
|
|
|
itemMap.put("di_dian_", item.get("zhuDiDian").toString());
|
|
|
itemMap.put("bian_zhi_ren_", uid);
|