修改退货单查询

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包 //处理主jar包
handleFile(sshUtil, localPath + jarName, remotePath + jarName); handleFile(sshUtil, localPath + jarName, remotePath + jarName);
//处理字体目录 //处理字体目录
// handleDir(sshUtil, localPath, remotePath, "fonts"); handleDir(sshUtil, localPath, remotePath, "fonts");
//处理lib目录 //处理lib目录
// handleDir(sshUtil, localPath, remotePath, "lib"); handleDir(sshUtil, localPath, remotePath, "lib");
//执行脚本启动服务 //执行脚本启动服务
sshUtil.exec("cd " + remotePath + " && ./restart.sh"); sshUtil.exec("cd " + remotePath + " && ./restart.sh");
sshUtil.disconnect(); sshUtil.disconnect();

View File

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