调整判断条件
This commit is contained in:
parent
9ef58fd242
commit
3e89c479a3
|
|
@ -133,7 +133,7 @@ public class InvoicingOrdersServiceImpl extends ServiceImpl<InvoicingOrdersMappe
|
|||
@Override
|
||||
public Result<String> flowQlsq(InvoicingOrdersEntity invoicingOrdersEntity) {
|
||||
// String code = invoicingOrdersEntity.getFlowCode();
|
||||
// if(code!=null&&!code.equals("")&&code.equals("qlsq")){
|
||||
// if(code!=null&&!code.equals("")&&code.equals("ql_sq")){
|
||||
// try{
|
||||
qlOrdersService.flowQlsq(invoicingOrdersEntity);
|
||||
// }catch (Exception e){
|
||||
|
|
@ -153,7 +153,7 @@ public class InvoicingOrdersServiceImpl extends ServiceImpl<InvoicingOrdersMappe
|
|||
@Override
|
||||
public Result<String> flowQlsqR(InvoicingOrdersEntity invoicingOrdersEntity) {
|
||||
// String code = invoicingOrdersEntity.getFlowCode();
|
||||
// if (code != null && !code.equals("") && code.equals("qlsqr")) {
|
||||
// if (code != null && !code.equals("") && code.equals("ql_sqr")) {
|
||||
// try {
|
||||
qlOrdersService.flowQlsqR(invoicingOrdersEntity);
|
||||
// }catch (Exception e){
|
||||
|
|
@ -173,7 +173,7 @@ public class InvoicingOrdersServiceImpl extends ServiceImpl<InvoicingOrdersMappe
|
|||
@Override
|
||||
public Result<String> flowQlck(InvoicingOrdersEntity invoicingOrdersEntity) {
|
||||
// String code = invoicingOrdersEntity.getFlowCode();
|
||||
// if(code!=null&&!code.equals("")&&code.equals("qlck")){
|
||||
// if(code!=null&&!code.equals("")&&code.equals("ql_ck")){
|
||||
// try {
|
||||
qlOrdersService.flowQlck(invoicingOrdersEntity);
|
||||
// }catch (Exception e){
|
||||
|
|
@ -193,7 +193,7 @@ public class InvoicingOrdersServiceImpl extends ServiceImpl<InvoicingOrdersMappe
|
|||
@Override
|
||||
public Result<String> flowQlht(InvoicingOrdersEntity invoicingOrdersEntity) {
|
||||
// String code = invoicingOrdersEntity.getFlowCode();
|
||||
// if(code!=null&&!code.equals("")&&code.equals("qlht")){
|
||||
// if(code!=null&&!code.equals("")&&code.equals("ql_ht")){
|
||||
// try {
|
||||
qlOrdersService.flowQlht(invoicingOrdersEntity);
|
||||
// }catch (Exception e){
|
||||
|
|
@ -213,7 +213,7 @@ public class InvoicingOrdersServiceImpl extends ServiceImpl<InvoicingOrdersMappe
|
|||
@Override
|
||||
public Result<String> flowQlzf(InvoicingOrdersEntity invoicingOrdersEntity) {
|
||||
// String code = invoicingOrdersEntity.getFlowCode();
|
||||
// if(code!=null&&!code.equals("")&&code.equals("qlzf")){
|
||||
// if(code!=null&&!code.equals("")&&code.equals("ql_zf")){
|
||||
// try {
|
||||
qlOrdersService.flowQlzf(invoicingOrdersEntity);
|
||||
// }catch (Exception e){
|
||||
|
|
@ -233,7 +233,7 @@ public class InvoicingOrdersServiceImpl extends ServiceImpl<InvoicingOrdersMappe
|
|||
@Override
|
||||
public Result<String> flowQlhtzf(InvoicingOrdersEntity invoicingOrdersEntity) {
|
||||
// String code = invoicingOrdersEntity.getFlowCode();
|
||||
// if(code!=null&&!code.equals("")&&code.equals("qlhtzf")){
|
||||
// if(code!=null&&!code.equals("")&&code.equals("ql_htzf")){
|
||||
// try{
|
||||
qlOrdersService.flowQlhtzf(invoicingOrdersEntity);
|
||||
// }catch (Exception e){
|
||||
|
|
|
|||
Loading…
Reference in New Issue