收款单创建时间字段问题处理
This commit is contained in:
		
							parent
							
								
									07ce947f78
								
							
						
					
					
						commit
						bd9f7b8b9f
					
				| @ -83,6 +83,8 @@ public class StoreFlowServiceImpl extends ServiceImpl<StoreFlowMapper, StoreFlow | ||||
|             StoreFlow storeFlow = new StoreFlow(); | ||||
|             BeanUtil.copyProperties(item, storeFlow); | ||||
| 
 | ||||
|             //去掉orderitem的时间。 | ||||
|             storeFlow.setCreateTime(null); | ||||
|             //入账 | ||||
|             storeFlow.setId(SnowFlake.getIdStr()); | ||||
|             storeFlow.setFlowType(FlowTypeEnum.PAY.name()); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Chopper
						Chopper