|
@@ -651,7 +651,7 @@ public class XkzxxCtl extends BaseWebCtl {
|
|
List<LhsqEntity> lhsqlist = lhsqService.findByJyrid(gkjyr.getId());
|
|
List<LhsqEntity> lhsqlist = lhsqService.findByJyrid(gkjyr.getId());
|
|
if (lhsqlist != null && lhsqlist.size() > 0) {
|
|
if (lhsqlist != null && lhsqlist.size() > 0) {
|
|
for (LhsqEntity lhsq : lhsqlist) {
|
|
for (LhsqEntity lhsq : lhsqlist) {
|
|
- if ("0".equals(lhsq.getFlowstatus())) {
|
|
|
|
|
|
+ if ("0".equals(lhsq.getFlowstatus()) || "6".equals(lhsq.getFlowstatus())) {
|
|
wr.setSuccess(false);
|
|
wr.setSuccess(false);
|
|
wr.setMessage("该经营人正在理货申请中,请勿再申请");
|
|
wr.setMessage("该经营人正在理货申请中,请勿再申请");
|
|
return wr;
|
|
return wr;
|
|
@@ -662,7 +662,7 @@ public class XkzxxCtl extends BaseWebCtl {
|
|
List<LhyxEntity> lhyxlist = lhyxService.findByJyrid(gkjyr.getId());
|
|
List<LhyxEntity> lhyxlist = lhyxService.findByJyrid(gkjyr.getId());
|
|
if (lhyxlist != null && lhyxlist.size() > 0) {
|
|
if (lhyxlist != null && lhyxlist.size() > 0) {
|
|
for (LhyxEntity lhyx : lhyxlist) {
|
|
for (LhyxEntity lhyx : lhyxlist) {
|
|
- if ("0".equals(lhyx.getFlowstatus())) {
|
|
|
|
|
|
+ if ("0".equals(lhyx.getFlowstatus()) || "6".equals(lhyx.getFlowstatus())) {
|
|
wr.setSuccess(false);
|
|
wr.setSuccess(false);
|
|
wr.setMessage("该经营人正在理货延续中,请勿再申请");
|
|
wr.setMessage("该经营人正在理货延续中,请勿再申请");
|
|
return wr;
|
|
return wr;
|
|
@@ -673,7 +673,7 @@ public class XkzxxCtl extends BaseWebCtl {
|
|
List<LhbgEntity> lhbglist = lhbgService.findByJyrid(gkjyr.getId());
|
|
List<LhbgEntity> lhbglist = lhbgService.findByJyrid(gkjyr.getId());
|
|
if (lhbglist != null && lhbglist.size() > 0) {
|
|
if (lhbglist != null && lhbglist.size() > 0) {
|
|
for (LhbgEntity lhbg : lhbglist) {
|
|
for (LhbgEntity lhbg : lhbglist) {
|
|
- if ("0".equals(lhbg.getFlowstatus())) {
|
|
|
|
|
|
+ if ("0".equals(lhbg.getFlowstatus()) || "6".equals(lhbg.getFlowstatus())) {
|
|
wr.setSuccess(false);
|
|
wr.setSuccess(false);
|
|
wr.setMessage("该经营人正在理货变更中,请勿再申请");
|
|
wr.setMessage("该经营人正在理货变更中,请勿再申请");
|
|
return wr;
|
|
return wr;
|