fix 78182 企业标准-标准状态 封存状态排序错误
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ public class LawsEnterpriseStandardTest {
|
||||
lawsEnterpriseStandard.setEnglishName(faker.commerce().productName());
|
||||
lawsEnterpriseStandard.setReleaseDate(faker.date().past(1, TimeUnit.SECONDS));
|
||||
lawsEnterpriseStandard.setImplementationDate(faker.date().past(1, TimeUnit.SECONDS));
|
||||
lawsEnterpriseStandard.setStandardState(faker.random().nextInt(5));
|
||||
lawsEnterpriseStandard.setStandardState(faker.random().nextInt(5) + "");
|
||||
|
||||
return lawsEnterpriseStandard;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user