md
This commit is contained in:
parent
e26dc41d08
commit
3f53335536
@ -460,6 +460,12 @@ public class WaybillController extends BaseController
|
||||
|
||||
if(!StringUtils.isEmpty(billCode)){
|
||||
try {
|
||||
|
||||
// 非客户的单子不允许获取
|
||||
|
||||
|
||||
|
||||
|
||||
String uuid = UUID.fastUUID().toString();
|
||||
|
||||
String printManCode="LP";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user