This commit is contained in:
linfso 2024-06-09 12:02:53 +08:00
parent d3755f9ee5
commit be37701dec

View File

@ -827,7 +827,7 @@ public class EmisBaseService {
public boolean checkWaybillIsExists(String billCode){
return emisWaybillMapper.checkWaybillIsExists(billCode)==1
return emisWaybillMapper.checkWaybillIsExists(billCode)==1;
}