Commit 0e18137d authored by tangwei's avatar tangwei

增加按钮显示影藏

parent dfb525ab
......@@ -94,8 +94,8 @@ public class AcceptanceDto extends BaseDto {
private Long peasantHouseholdId;
//验收单id
private Long acceptanceCheckItemId;
}
......@@ -40,13 +40,16 @@ public class NumberUtil {
needQueryResProductList.put("num",num);
return num;
}else{
int num= 1000+ rand.nextInt(100) + 1;
int num = rand.nextInt(9000) + 1;
needQueryResProductList.put("num",num);
return num;
}
}
public static String getCode(String type,String code, String address ){
......
......@@ -33,6 +33,8 @@
bga.next_executor_ids nextExecutorIds,
bga.next_node_key nextNodeKey,
(select hygf_acceptance_check_item.sequence_nbr from hygf_acceptance_check_item where hygf_acceptance_check_item.work_order_power_station_id=bga.work_order_power_station_id LIMIT 1) acceptanceCheckItemId,
hygf_work_order.region_company_id regionCompanyId,
ph.regional_companies_code AS regionalCompaniesCode,
ph.regional_companies_name AS regionalCompaniesName,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment