mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-12 09:11:53 +08:00
修正DO对齐数据库表字段,VO对齐前端
This commit is contained in:
@@ -40,8 +40,8 @@ public class ProductCategoryServiceImplTest extends BaseDbUnitTest {
|
||||
public void testCreateCategory_success() {
|
||||
// 准备参数
|
||||
ProductCategoryCreateReqVO reqVO = randomPojo(ProductCategoryCreateReqVO.class,o -> {
|
||||
// 设置PC端图片可为空
|
||||
o.setBigPicUrl(null);
|
||||
// 设置PC端图片可为空 TODO 数据库没有这个字段
|
||||
//o.setBigPicUrl(null);
|
||||
});
|
||||
|
||||
// mock 父类
|
||||
|
Reference in New Issue
Block a user