销售出库

This commit is contained in:
psh
2023-10-13 10:39:28 +08:00
parent c0ca9e37a3
commit fdeb374265
6 changed files with 153 additions and 10 deletions

View File

@@ -28,8 +28,8 @@ public class ApplicationTest {
}
@Test
void yzMapperTest() {
List<SchBasePoint> pointForYZSL = yzMapper.findPointForYZSL(new JSONObject(
MapOf.of("regionCode", "HCSSX", "pointType", "1")));
System.out.println(pointForYZSL);
// List<SchBasePoint> pointForYZSL = yzMapper.findPointForYZSL(new JSONObject(
// MapOf.of("regionCode", "HCSSX", "pointType", "1")));
// System.out.println(pointForYZSL);
}
}