|
@@ -13,6 +13,7 @@ import com.rongwei.bscommon.system.utils.WordMergeHandler;
|
|
|
import com.rongwei.bscommon.system.utils.WordUtils;
|
|
|
import com.rongwei.bsentity.domain.QhseVisitorManagementDo;
|
|
|
import com.rongwei.bsentity.vo.QhseVisitorManagementVo;
|
|
|
+import com.rongwei.rwcommon.base.R;
|
|
|
import com.rongwei.rwcommon.utils.StringUtils;
|
|
|
import com.rongwei.rwcommon.vo.generalsql.MasterSlaveInsertVo;
|
|
|
import com.rongwei.rwcommonentity.commonservers.domain.SysFileItemDo;
|
|
@@ -61,8 +62,8 @@ public class QhseVisitorManagementServiceImpl extends ServiceImpl<QhseVisitorMan
|
|
|
private QhseQhseItemServiceImpl qhseFileItemServiceImpl;
|
|
|
|
|
|
@Override
|
|
|
- public void generalMsInsert(MasterSlaveInsertVo masterSlaveInsert) {
|
|
|
- qhseAdminFeginService.generalMsInsert(masterSlaveInsert);
|
|
|
+ public R generalMsInsert(MasterSlaveInsertVo masterSlaveInsert) {
|
|
|
+ return qhseAdminFeginService.generalMsInsert(masterSlaveInsert);
|
|
|
}
|
|
|
|
|
|
@Override
|