|
@@ -4,6 +4,7 @@ import java.util.List;
|
|
|
|
|
|
import com.sooka.common.core.text.Convert;
|
|
|
import com.sooka.common.utils.DateUtils;
|
|
|
+import com.sooka.framework.util.ShiroUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import com.sooka.system.mapper.TGuijiNaturalresourcesBdcdjzxxMapper;
|
|
@@ -51,6 +52,10 @@ public class TGuijiNaturalresourcesBdcdjzxxServiceImpl extends Guiji_Base_Servic
|
|
|
tGuijiNaturalresourcesBdcdjzxx.setInterfaceinfoId("7b0c12dd-550b-4d43-9513-619a55257a89");
|
|
|
tGuijiNaturalresourcesBdcdjzxx.setInterfaceinfoName("共享-不动产-商业服务证信息");
|
|
|
}
|
|
|
+ Long deptId = ShiroUtils.getSysUser().getDept().getDeptId();
|
|
|
+ String deptName = ShiroUtils.getSysUser().getDept().getDeptName();
|
|
|
+ tGuijiNaturalresourcesBdcdjzxx.setDeptId(deptId);
|
|
|
+ tGuijiNaturalresourcesBdcdjzxx.setDeptName(deptName);
|
|
|
add_log(tGuijiNaturalresourcesBdcdjzxx);
|
|
|
return ls;
|
|
|
}
|
|
@@ -61,6 +66,10 @@ public class TGuijiNaturalresourcesBdcdjzxxServiceImpl extends Guiji_Base_Servic
|
|
|
List ls = tGuijiNaturalresourcesBdcdjzxxMapper.selectTGuijiNaturalresourcesBdcdjxxQtList(tGuijiNaturalresourcesBdcdjzxx);
|
|
|
tGuijiNaturalresourcesBdcdjzxx.setInterfaceinfoId("共享-不动产-其他证信息");
|
|
|
tGuijiNaturalresourcesBdcdjzxx.setInterfaceinfoName("1d2e2b62-105c-4c88-ab88-a9b806a9d34e");
|
|
|
+ Long deptId = ShiroUtils.getSysUser().getDept().getDeptId();
|
|
|
+ String deptName = ShiroUtils.getSysUser().getDept().getDeptName();
|
|
|
+ tGuijiNaturalresourcesBdcdjzxx.setDeptId(deptId);
|
|
|
+ tGuijiNaturalresourcesBdcdjzxx.setDeptName(deptName);
|
|
|
add_log(tGuijiNaturalresourcesBdcdjzxx);
|
|
|
return ls;
|
|
|
}
|