|
|
|
@ -33,7 +33,6 @@ import cokr.xit.fims.crdn.dao.CrdnTeamMapper;
|
|
|
|
|
import cokr.xit.fims.crdn.dao.CrdnUpdtMapper;
|
|
|
|
|
import cokr.xit.fims.excl.LevyExcl;
|
|
|
|
|
import cokr.xit.fims.excl.service.bean.LevyExclBean;
|
|
|
|
|
import cokr.xit.fims.sprt.dao.TotalInfoMapper;
|
|
|
|
|
import cokr.xit.foundation.UserInfo;
|
|
|
|
|
import cokr.xit.foundation.component.AbstractBean;
|
|
|
|
|
import cokr.xit.foundation.data.DataObject;
|
|
|
|
@ -71,9 +70,6 @@ public class CrdnBean extends AbstractBean {
|
|
|
|
|
@Resource(name = "crdnTeamMapper")
|
|
|
|
|
private CrdnTeamMapper crdnTeamMapper;
|
|
|
|
|
|
|
|
|
|
@Resource(name = "totalInfoMapper")
|
|
|
|
|
private TotalInfoMapper totalInfoMapper;
|
|
|
|
|
|
|
|
|
|
public boolean create(Map<String, Object> nonQueryRequest, Crdn crdn, List<FileInfo> fileInfoList) {
|
|
|
|
|
if(fileInfoList != null && !fileInfoList.isEmpty()) {
|
|
|
|
|
crdn.setAtchFileCnt(fileInfoList.size());
|
|
|
|
|