Update:清单高级检索
This commit is contained in:
+3
-3
@@ -17,11 +17,11 @@ public class SarFindDto {
|
||||
// private String standNumber;
|
||||
private String standEnName;
|
||||
private String typeApplicable;
|
||||
private String NYLX;
|
||||
private String nylx;
|
||||
// private String putTime;
|
||||
// private String XCXSSRQGJ;
|
||||
// private String ZCCSSRQGJ;
|
||||
private String ZRBM;
|
||||
private String SYCPX;
|
||||
private String zrbm;
|
||||
private String sycpx;
|
||||
|
||||
}
|
||||
|
||||
+4
-5
@@ -94,7 +94,7 @@ public class SarLawsDetailedListServiceImpl extends ServiceImpl<SarLawsDetailedL
|
||||
}
|
||||
if ("admin".equals(getUserName()))sarLawsDetailedList.setUpdatePeople("管理员");
|
||||
else {sarLawsDetailedList.setUpdatePeople(getUserName());}
|
||||
|
||||
sarLawsDetailedListDao.insert(sarLawsDetailedList);
|
||||
if (addDetailedDto.getInforlist()!=null){
|
||||
if (addDetailedDto.getInforlist().contains(",")){
|
||||
String[] id = addDetailedDto.getInforlist().split(",");
|
||||
@@ -104,17 +104,17 @@ public class SarLawsDetailedListServiceImpl extends ServiceImpl<SarLawsDetailedL
|
||||
for (int a =0;a< id.length;a++){
|
||||
TimeDto dto = new TimeDto();
|
||||
dto.setStandId(id[a]);
|
||||
if (null==putTime[a]){
|
||||
if ("-".equals(putTime[a]) || null==putTime[a] ){
|
||||
dto.setPutTime(null);
|
||||
}else {
|
||||
dto.setPutTime(putTime[a]);
|
||||
}
|
||||
if (null == xcx[a]){
|
||||
if ("-".equals(putTime[a]) || null == xcx[a]){
|
||||
dto.setXcxssrqgj(null);
|
||||
}else {
|
||||
dto.setXcxssrqgj(xcx[a]);
|
||||
}
|
||||
if (null == zcc[a]){
|
||||
if ("-".equals(putTime[a]) || null == zcc[a]){
|
||||
dto.setZccssrqgj(null);
|
||||
}else {
|
||||
dto.setZccssrqgj(zcc[a]);
|
||||
@@ -132,7 +132,6 @@ public class SarLawsDetailedListServiceImpl extends ServiceImpl<SarLawsDetailedL
|
||||
}else {
|
||||
timeDto=null;
|
||||
}
|
||||
sarLawsDetailedListDao.insert(sarLawsDetailedList);
|
||||
service.insertDetailedList(sarLawsDetailedList.getId(),timeDto);
|
||||
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user