修改退货单查询

This commit is contained in:
zhangke 2026-03-03 11:39:13 +08:00
parent b21f951ae2
commit 212062096c
2 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ public class DeployTest {
//处理主jar包
handleFile(sshUtil, localPath + jarName, remotePath + jarName);
//处理字体目录
// handleDir(sshUtil, localPath, remotePath, "fonts");
handleDir(sshUtil, localPath, remotePath, "fonts");
//处理lib目录
// handleDir(sshUtil, localPath, remotePath, "lib");
handleDir(sshUtil, localPath, remotePath, "lib");
//执行脚本启动服务
sshUtil.exec("cd " + remotePath + " && ./restart.sh");
sshUtil.disconnect();

View File

@ -33,7 +33,7 @@
and a.note_num =#{ request.deliveryNo}
</if>
<if test="request.supplierCode !=null and request.supplierCode !=''">
and a.supplier_code =#{ request.supplierCode}
and a.supplier_num =#{ request.supplierCode}
</if>
</where>
group by