|
@@ -205,23 +205,23 @@ public class QyRecordInfoServiceImpl extends ServiceImpl<QyRecordInfoMapper, QyR
|
|
|
qyRecordInfoCheckList.setCompanyName(nickname);
|
|
|
qyRecordInfoCheckListService.save(qyRecordInfoCheckList);
|
|
|
|
|
|
- QyRecordInfoCheckList qyRecordInfoCheckList_ = new QyRecordInfoCheckList();
|
|
|
- qyRecordInfoCheckList_.setYlTzCode(qyRecordInfo.getYlTzCode());
|
|
|
- qyRecordInfoCheckList_.setCheckTime(new Date());
|
|
|
- qyRecordInfoCheckList_.setStatus("审核通过");
|
|
|
- qyRecordInfoCheckList_.setResult("提交成功,待审核");
|
|
|
- if ("basq".equals(qyRecordInfo.getApplyType())){
|
|
|
- qyRecordInfoCheckList_.setApplyType("备案");
|
|
|
- }
|
|
|
- if ("bgsq".equals(qyRecordInfo.getApplyType())){
|
|
|
- qyRecordInfoCheckList_.setApplyType("变更");
|
|
|
- }
|
|
|
- if ("zxsq".equals(qyRecordInfo.getApplyType())){
|
|
|
- qyRecordInfoCheckList_.setApplyType("注销");
|
|
|
- }
|
|
|
- qyRecordInfoCheckList_.setCompanyName(StpLoginUserUtil.getLoginUser().getName());
|
|
|
- qyRecordInfoCheckList_.setApplyMan("张白龙");
|
|
|
- qyRecordInfoCheckListService.save(qyRecordInfoCheckList_);
|
|
|
+// QyRecordInfoCheckList qyRecordInfoCheckList_ = new QyRecordInfoCheckList();
|
|
|
+// qyRecordInfoCheckList_.setYlTzCode(qyRecordInfo.getYlTzCode());
|
|
|
+// qyRecordInfoCheckList_.setCheckTime(new Date());
|
|
|
+// qyRecordInfoCheckList_.setStatus("审核通过");
|
|
|
+// qyRecordInfoCheckList_.setResult("提交成功,待审核");
|
|
|
+// if ("basq".equals(qyRecordInfo.getApplyType())){
|
|
|
+// qyRecordInfoCheckList_.setApplyType("备案");
|
|
|
+// }
|
|
|
+// if ("bgsq".equals(qyRecordInfo.getApplyType())){
|
|
|
+// qyRecordInfoCheckList_.setApplyType("变更");
|
|
|
+// }
|
|
|
+// if ("zxsq".equals(qyRecordInfo.getApplyType())){
|
|
|
+// qyRecordInfoCheckList_.setApplyType("注销");
|
|
|
+// }
|
|
|
+// qyRecordInfoCheckList_.setCompanyName(StpLoginUserUtil.getLoginUser().getName());
|
|
|
+// qyRecordInfoCheckList_.setApplyMan("张白龙");
|
|
|
+// qyRecordInfoCheckListService.save(qyRecordInfoCheckList_);
|
|
|
}
|
|
|
}
|
|
|
|