no message

main
HUOJIN\92525 2026-01-20 19:12:43 +08:00
parent 01b476b84b
commit 6bea28259a
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public class AllocatePickDetailJob implements Job {
* AGV
*/
private String buildAgvKey(String conNo, Long itemId) {
return conNo + "_" + itemId;
return conNo;
}
/**