|
|
@@ -190,9 +190,7 @@ public class StorageGrainCardController {
|
|
190
|
190
|
Integer historyStatus, String typeUpdate, Integer flagType, Integer processState) {
|
|
191
|
191
|
List<StorageQualitycheckCard> tempCardList = null;
|
|
192
|
192
|
try {
|
|
193
|
|
- if (StringUtils.isNotBlank(id)) {
|
|
194
|
|
- tempCardList = grainCardService.findQuailckCardList(id, orgId, houseId, warehouseId, historyStatus, typeUpdate, flagType, processState);
|
|
195
|
|
- }
|
|
|
193
|
+ tempCardList = grainCardService.findQuailckCardList(id, orgId, houseId, warehouseId, historyStatus, typeUpdate, flagType, processState);
|
|
196
|
194
|
return ResponseEntity.ok(tempCardList);
|
|
197
|
195
|
} catch (Exception e) {
|
|
198
|
196
|
e.printStackTrace();
|