|
@@ -156,7 +156,7 @@ public class GljtJfxxServiceImpl implements IGljtJfxxService {
|
|
return res;
|
|
return res;
|
|
}
|
|
}
|
|
|
|
|
|
- @Autowired
|
|
|
|
|
|
+ @Override
|
|
public List<GljtJfxx> selectGljtJfxxHiList(GljtJfxx gljtJfxx) {
|
|
public List<GljtJfxx> selectGljtJfxxHiList(GljtJfxx gljtJfxx) {
|
|
EncryptionUtils.encryptionForPlaintext(gljtJfxx);
|
|
EncryptionUtils.encryptionForPlaintext(gljtJfxx);
|
|
String filter = StringUtils.isEmpty(gljtJfxx.getXzqh()) ? SecurityUtils.getAreaCode() : gljtJfxx.getXzqh();
|
|
String filter = StringUtils.isEmpty(gljtJfxx.getXzqh()) ? SecurityUtils.getAreaCode() : gljtJfxx.getXzqh();
|